Home
last modified time | relevance | path

Searched refs:realpath (Results 26 – 50 of 99) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation2-win32.phpt54 print(realpath($file_name));
65 …if (realpath($file_dir) == realpath(sys_get_temp_dir()) || realpath($file_dir."\\") == realpath(sy…
68 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dreadlink_realpath_basic2-win32.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
14 Prototype: string realpath ( string $path );
29 echo "\n*** Testing realpath() on filenames ***\n";
47 var_dump( realpath($file) );
64 *** Testing realpath() on filenames ***
H A Dreadlink_realpath_basic2.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
14 Prototype: string realpath ( string $path );
29 echo "\n*** Testing realpath() on filenames ***\n";
47 var_dump( realpath($file) );
64 *** Testing realpath() on filenames ***
H A Dreadlink_realpath_basic1.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42…
15 Prototype: string realpath ( string $path );
36 echo "*** Testing readlink() and realpath(): with valid and invalid path ***\n";
56 var_dump( realpath($link) );
75 *** Testing readlink() and realpath(): with valid and invalid path ***
H A Dtempnam_variation3-win32.phpt25 $file_path = realpath($file_path);
72 if (realpath($file_dir) == $file_path || realpath($file_dir . "\\") == $file_path) {
75 …echo "Failed, not created in the correct directory " . realpath($file_dir) . ' vs ' . $file_path .…
H A Dbug72035.phpt8 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";
17 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
H A Drealpath_cache.phpt25 ["realpath"]=>
H A Dtempnam_variation7-win32.phpt53 …if (realpath($file_dir) == realpath(sys_get_temp_dir()) || realpath($file_dir."\\") == realpath(sy…
H A Dchroot_001.phpt20 var_dump(realpath("."));
H A Drealpath_cache_win32.phpt25 ["realpath"]=>
H A Dtempnam_variation2.phpt54 print(realpath($file_name));
65 if (realpath($file_dir) == realpath(sys_get_temp_dir())) {
68 else if ($file_dir == realpath($dir_req)) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dconfig.inc37 return realpath( $_ENV['TMP'] );
39 return realpath( $_ENV['TMPDIR'] );
41 return realpath( $_ENV['TEMP'] );
45 $temp_dir = realpath(dirname($temp_file));
H A Dmysql_pdo_test.inc125 return realpath( $_ENV['TMP'] );
127 return realpath( $_ENV['TMPDIR'] );
129 return realpath( $_ENV['TEMP'] );
133 $temp_dir = realpath(dirname($temp_file));
/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt18 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
19 $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
61 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
62 $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
H A Dimagepolygon_basic.phpt19 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
54 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
H A Dimagedashedline_basic.phpt20 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
52 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
H A Dimagefilledpolygon_basic.phpt18 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
66 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
/PHP-7.4/ext/standard/tests/dir/
H A Dbug72625.phpt2 Bug #72625 realpath() fails on very long argument.
27 realpath($f0),
32 realpath($f1),
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_0.phpt24 $p = realpath(__DIR__) . DIRECTORY_SEPARATOR . $p;
37 var_dump(file_exists(realpath(__DIR__) . DIRECTORY_SEPARATOR . $s));
H A Dtest_long_path_mkdir.phpt9 $start = realpath(__DIR__);
26 $start = realpath(__DIR__);
H A Dbug54028_2.phpt2 Bug #54028 realpath(".") return false
32 var_dump($dn = realpath("."));
H A Dtest_long_path_1.phpt24 $p = realpath(__DIR__) . DIRECTORY_SEPARATOR . $p;
44 var_dump(file_exists(realpath(__DIR__) . DIRECTORY_SEPARATOR . $s));
/PHP-7.4/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
168 $temp = realpath($temp);
203 return realpath('/temp');
210 return realpath('/tmp');
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc35 return realpath( $_ENV['TMP'] );
37 return realpath( $_ENV['TMPDIR'] );
39 return realpath( $_ENV['TEMP'] );
43 $temp_dir = realpath(dirname($temp_file));
/PHP-7.4/ext/spl/tests/
H A Dfileobject_004.phpt2 SPL: SplFileObject realpath and include_path

Completed in 20 milliseconds

1234