Home
last modified time | relevance | path

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

1234

/PHP-7.3/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.phpt20 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
55 $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';
H A Dbug24155.phpt12 $dest = dirname(realpath(__FILE__)) . '/bug24155.png';
H A Dbug27582_1.phpt9 $dest = dirname(realpath(__FILE__)) . '/bug27582.png';
/PHP-7.3/ext/standard/tests/dir/
H A Dbug72625.phpt2 Bug #72625 realpath() fails on very long argument.
27 realpath($f0),
32 realpath($f1),
/PHP-7.3/ext/recode/tests/
H A D002.phpt17 $html_file = fopen(realpath(dirname(__FILE__)) . '/html.raw', 'r');
18 $utf_8_filepath = realpath(dirname(__FILE__)) . '/utf8.raw';
/PHP-7.3/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt23 $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 .…
H A Dreadlink_realpath_basic1.phpt2 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 ***
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 Dtempnam_variation7-win32.phpt51 …if (realpath($file_dir) == realpath(sys_get_temp_dir()) || realpath($file_dir."\\") == realpath(sy…
H A Drealpath_cache.phpt25 ["realpath"]=>
H A Dchroot_001.phpt20 var_dump(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)) {
H A Drealpath_cache_win32.phpt25 ["realpath"]=>
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_0.phpt24 $p = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $p;
37 var_dump(file_exists(realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $s));
H A Dtest_long_path_mkdir.phpt9 $start = realpath(dirname(__FILE__));
26 $start = realpath(dirname(__FILE__));
H A Dbug54028_2.phpt2 Bug #54028 realpath(".") return false
32 var_dump($dn = realpath("."));
H A Dtest_long_path_1.phpt24 $p = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $p;
44 var_dump(file_exists(realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . $s));
/PHP-7.3/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.3/ext/pdo_mysql/tests/
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.3/ext/spl/tests/
H A Dfileobject_004.phpt2 SPL: SplFileObject realpath and include_path
/PHP-7.3/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt53 $openedPath = \realpath($path);
76 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.3/ext/mysqli/tests/
H A Dconnect.inc64 return realpath( $_ENV['TMP'] );
66 return realpath( $_ENV['TMPDIR'] );
68 return realpath( $_ENV['TEMP'] );
72 $temp_dir = realpath(dirname($temp_file));

Completed in 26 milliseconds

1234