Lines Matching refs:realpath
76 define('__DIR__', realpath(dirname(__FILE__)));
366 $failed_tests_data .= $sep . file_get_contents(realpath($test_info['output']), FILE_BINARY);
367 $failed_tests_data .= $sep . file_get_contents(realpath($test_info['diff']), FILE_BINARY);
732 $testfile = realpath($argv[$i]);
882 $testfile = realpath("{$dir}/{$name}");
1035 $testname = realpath($testname);
1036 $logname = realpath($logname);
1321 $php = realpath(dirname($php) . "/php-cgi.exe") . ' -C ';
1325 $php = realpath(dirname($php) . "/../../sapi/cgi/php-cgi") . ' -C ';
1328 $php = realpath("./sapi/cgi/php-cgi") . ' -C ';
1331 $php = realpath(dirname($php) . "/php-cgi") . ' -C ';
1346 $temp_dir = $test_dir = realpath(dirname($file));
1538 $IN_REDIRECT['dir'] = realpath(dirname($file));
1560 $redirenv['REDIR_TEST_DIR'] = realpath($IN_REDIRECT['TESTS']) . DIRECTORY_SEPARATOR;