Searched refs:realpath (Results 26 – 50 of 94) sorted by relevance
1234
2 Bug #72625 realpath() fails on very long argument.27 realpath($f0),32 realpath($f1),
17 $html_file = fopen(realpath(dirname(__FILE__)) . '/html.raw', 'r');18 $utf_8_filepath = realpath(dirname(__FILE__)) . '/utf8.raw';
23 $file_path = realpath($file_path);70 if (realpath($file_dir) == $file_path || realpath($file_dir . "\\") == $file_path) {73 …echo "Failed, not created in the correct directory " . realpath($file_dir) . ' vs ' . $file_path .…
2 Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42…14 Prototype: string realpath ( string $path );35 echo "*** Testing readlink() and realpath(): with valid and invalid path ***\n";55 var_dump( realpath($link) );74 *** Testing readlink() and realpath(): with valid and invalid path ***
8 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";17 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
51 …if (realpath($file_dir) == realpath(sys_get_temp_dir()) || realpath($file_dir."\\") == realpath(sy…
25 ["realpath"]=>
20 var_dump(realpath("."));
54 print(realpath($file_name));65 if (realpath($file_dir) == realpath(sys_get_temp_dir())) {68 else if ($file_dir == realpath($dir_req)) {
24 $p = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $p;37 var_dump(file_exists(realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $s));
9 $start = realpath(dirname(__FILE__));26 $start = realpath(dirname(__FILE__));
24 $p = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $p;44 var_dump(file_exists(realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $s));
2 Bug #54028 realpath(".") return false32 var_dump($dn = realpath("."));
74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);168 $temp = realpath($temp);203 return realpath('/temp');210 return realpath('/tmp');
20 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';55 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
20 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';52 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
18 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';66 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
12 $dest = dirname(realpath(__FILE__)) . '/bug24155.png';
10 $dest = dirname(realpath(__FILE__)) . '/bug27582.png';
125 return realpath( $_ENV['TMP'] );127 return realpath( $_ENV['TMPDIR'] );129 return realpath( $_ENV['TEMP'] );133 $temp_dir = realpath(dirname($temp_file));
2 SPL: SplFileObject realpath and include_path
53 $openedPath = \realpath($path);76 * If we call phpdbg_get_executable() and pass no options, the realpath of the
64 return realpath( $_ENV['TMP'] );66 return realpath( $_ENV['TMPDIR'] );68 return realpath( $_ENV['TEMP'] );72 $temp_dir = realpath(dirname($temp_file));
31 $d1 = realpath($dir1);46 $d2 = realpath($dir2);
Completed in 27 milliseconds