Home
last modified time | relevance | path

Searched refs:path (Results 226 – 250 of 853) sorted by last modified time

12345678910>>...35

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_0.phpt2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
H A Dtest_cp1250_to_utf8_1.phpt2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1250_to_utf8_3.phpt2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
H A Dtest_cp1251_0.phpt2 Test fopen() for reading CP1251 path
H A Dtest_cp1251_to_utf8_0.phpt2 Test fopen() for reading CP1251 to UTF-8 path
H A Dtest_cp1251_to_utf8_1.phpt2 Test mkdir/rmdir CP1251 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1251_zend_multibyte_1.phpt26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_cp1252_to_utf8_0.phpt2 Test fopen() for reading cp1252 to UTF-8 path
H A Dtest_cp1252_to_utf8_1.phpt2 Test mkdir/rmdir cp1252 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1252_to_utf8_2.phpt2 Test fopen() for write cp1252 to UTF-8 path
H A Dtest_cp1252_to_utf8_3.phpt2 Test fopen() for reading cp1252 to UTF-8 path
H A Dtest_cp1253_to_utf8_2.phpt2 Test fopen() for write cp1253 to UTF-8 path
H A Dtest_cp1254_0.phpt2 Test fopen() for reading cp1254 path
H A Dtest_cp1254_1.phpt2 Test mkdir/rmdir cp1254 to UTF-8 path
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_cp1254_2.phpt2 Test fopen() for write cp1254 path
H A Dtest_cp1254_to_utf8_1.phpt2 Test mkdir/rmdir cp1254 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dbug64699.phpt34 $path = $dir . $file;
35 $type = filetype($path);
36 $type2= is_dir($path) ? 'dir' : 'file';
/PHP-7.3/ext/standard/tests/file/
H A Dunlink_variation8-win32.phpt33 // relative bad path
42 //absolute bad path
H A Dunlink_variation9-win32.phpt34 // relative bad path
43 //absolute bad path
H A Dtempnam_variation7.phpt104 Warning: tempnam() expects parameter 1 to be a valid path, string given in %s on line %d
110 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dtouch_variation5-win32.phpt69 foreach($paths as $path) {
72 if (is_dir($path) || is_file($path)) {
76 $res = touch($path);
86 unlink($path);
103 unlink($path);
112 foreach($paths as $path) {
117 rmdir($path);
125 unlink($path);
132 function test_path($path) {
136 $res = touch($path,0,0);
[all …]
H A Dtouch_variation5.phpt69 foreach($paths as $path) {
72 if (is_dir($path) || is_file($path)) {
76 $res = touch($path);
86 unlink($path);
103 unlink($path);
112 foreach($paths as $path) {
117 rmdir($path);
125 unlink($path);
132 function test_path($path) {
136 $res = touch($path,0,0);
[all …]
H A Dtouch_variation6-win32.phpt75 foreach($paths as $path) {
78 if (is_dir($path) || is_file($path)) {
82 $res = touch($path);
92 unlink($path);
109 unlink($path);
118 foreach($paths as $path) {
123 rmdir($path);
131 unlink($path);
138 function test_path($path) {
142 $res = touch($path,0,0);
[all …]
H A Dunlink_variation8.phpt35 // relative bad path
44 //absolute bad path
/PHP-7.3/ext/standard/tests/file/windows_acls/
H A Dbug44859.phpt22 $path = __DIR__ . '/a.txt';
24 create_file($path, $perms);
25 clearstatcache(true, $path);
27 if (is_writable($path) == $exp) {
30 var_dump(is_writable($path), $exp);
33 delete_file($path);
37 $path = __DIR__ . '/adir';
40 create_dir($path, $perms);
41 clearstatcache(true, $path);
43 if (is_writable($path) == $exp) {
[all …]

Completed in 35 milliseconds

12345678910>>...35