Searched refs:ApacheLookupURIarray (Results 1 – 3 of 3) sorted by relevance
1388 if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray($filename)) {1389 $AbsoluteFilename = $ApacheLookupURIarray['filename'];1420 …if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray(dirname(@$_SERVER['PHP_SELF']…1421 $AbsoluteFilename = $ApacheLookupURIarray['filename'].DIRECTORY_SEPARATOR.$filename;4292 …if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray(dirname(@$_SERVER['PHP_SELF']…4293 foreach ($ApacheLookupURIarray as $key => $value) {
502 public static function ApacheLookupURIarray($filename) { function in phpthumb_functions
1147 * Bugfix: ApacheLookupURIarray() crashes in CGI mode