You appear to be a bot. Output may be restricted
Description
Load the file like any other PHP fileWe want to be able to perform Reflection Function processing on this source therefore it needs to be loaded into the current process. Question: Is there any point in attempting to wrap this and detect any problems?
Usage
oiksc_file_loader::require_tmp();
Parameters
Returns
voidTO DO
DO WE REALLY need to perform reflection function processing on the "file"?Source
File name: oik-shortcodes/classes/class-oiksc-file-loader.phpLines:
1 to 6 of 6
function require_tmp() { //p( $this->tempnam ); //bw_trace2( $this->contents ); //require_once( $this->tempnam ); unlink( $this->tempnam ); }View on GitHub