Home
last modified time | relevance | path

Searched refs:directory (Results 101 – 125 of 535) sorted by relevance

12345678910>>...22

/PHP-8.3/ext/phar/tests/
H A Dopendir.phpt38 …ir(phar://): Failed to open directory: phar error: no directory in "phar://", must have at least p…
41 Warning: opendir(phar://hi.phar): Failed to open directory: phar error: invalid url or non-existent…
H A Dphar_gobyebye.phpt35 Warning: readfile(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyeb…
37 Warning: fopen(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye.…
39 Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sph…
48 Warning: opendir(foo/hi): Failed to open directory: No such file or directory in phar://%sphar_goby…
/PHP-8.3/ext/standard/tests/file/
H A Dlstat_stat_variation10.phpt15 /* create temp file, link and directory */
19 // is_dir() on a directory
20 echo "*** Testing stat() on directory after using is_dir() on it ***\n";
48 *** Testing stat() on directory after using is_dir() on it ***
H A Drename_variation4.phpt16 /* Renaming a file, link and directory to numeric name */
17 echo "\n*** Testing rename() by renaming a file, link and directory to numeric name ***\n";
30 // renaming a directory to numeric name
44 *** Testing rename() by renaming a file, link and directory to numeric name ***
H A Dtempnam_variation6-win32.phpt34 echo "directory specified\n";
50 File created in => directory specified
53 File created in => directory specified
56 File created in => directory specified
H A Dtempnam_variation6.phpt32 echo "directory specified\n";
48 File created in => directory specified
51 File created in => directory specified
54 File created in => directory specified
H A Dfilegroup_basic.phpt14 echo "-- Testing with the file or directory created by owner --\n";
34 echo "\n-- Testing with the standard file or directory --\n";
52 -- Testing with the file or directory created by owner --
59 -- Testing with the standard file or directory --
H A Drename_variation2-win32.phpt16 /* Renaming a file and directory to numeric name */
17 echo "\n*** Testing rename() by renaming a file and directory to numeric name ***\n";
30 // renaming a directory to numeric name
45 *** Testing rename() by renaming a file and directory to numeric name ***
H A Dreadfile_variation10-win32.phpt27 /* prefix with path separator of a non existing directory*/
47 Warning: readfile(-1): Failed to open stream: No such file or directory in %s on line %d
51 Warning: readfile(1): Failed to open stream: No such file or directory in %s on line %d
71 Warning: readfile(/no/such/file/dir): Failed to open stream: No such file or directory in %s on lin…
75 Warning: readfile(php/php): Failed to open stream: No such file or directory in %s on line %d
H A Dunlink_error.phpt34 echo "\n-- Testing unlink() on directory --\n";
35 // temp directory used here
39 // unlinking directory
64 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
67 -- Testing unlink() on directory --
H A Dis_executable_error.phpt5 echo "\n*** Testing is_exceutable() on non-existent directory ***\n";
11 *** Testing is_exceutable() on non-existent directory ***
H A Dsymlink_link_linkinfo_is_link_error2.phpt45 Warning: link(): No such file or directory in %s on line %d
48 Warning: link(): No such file or directory in %s on line %d
51 Warning: link(): No such file or directory in %s on line %d
54 Warning: link(): No such file or directory in %s on line %d
57 Warning: link(): No such file or directory in %s on line %d
H A Dfile_get_contents_variation8-win32.phpt28 /* prefix with path separator of a non existing directory*/
49 Warning: file_get_contents(-1): Failed to open stream: No such file or directory in %s on line %d
54 Warning: file_get_contents(1): Failed to open stream: No such file or directory in %s on line %d
76 Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in …
81 Warning: file_get_contents(php/php): Failed to open stream: No such file or directory in %s on line…
H A Drename_variation1.phpt12 /* creating directory */
16 echo "\n*** Testing rename() : renaming directory across directories ***\n";
18 /* Testing simple directory tree */
58 *** Testing rename() : renaming directory across directories ***
H A Drename_variation1-win32.phpt13 /* creating directory */
17 echo "\n*** Testing rename() : renaming directory across directories ***\n";
19 /* Testing simple directory tree */
61 *** Testing rename() : renaming directory across directories ***
H A Ddisk_total_space_error-win32.phpt15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
19 …r_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directory
35 Warning: disk_total_space(): The directory name is invalid in %s on line %d
H A Dlstat_stat_variation18.phpt11 /* create temp file and directory */
16 echo "*** Testing stat() with filename & directory name stored inside an object ***\n";
25 // directory name stored in an object
35 echo "\n-- Testing stat() on directory name stored inside an object --\n";
48 *** Testing stat() with filename & directory name stored inside an object ***
106 -- Testing stat() on directory name stored inside an object --
H A D001-win32-mb.phpt66 echo "../file is a directory\n";
68 echo "../file is not a directory\n";
71 echo "$fname is a directory\n";
73 echo "$fname is not a directory\n";
99 ../file is a directory
100 test_私はガラスを食べられます.file is not a directory
/PHP-8.3/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt22 $dirname = __DIR__ . "\\mnt\\test\\directory";
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
31 var_dump(file_exists("directory"));
41 rmdir(__DIR__ . "\\mnt\\test\\directory");
/PHP-8.3/ext/standard/tests/dir/
H A Dopendir_variation6.phpt48 Warning: opendir(%s/opendir_var*): Failed to open directory: %s in %s on line %d
51 Warning: opendir(%s/*): Failed to open directory: %s in %s on line %d
56 Warning: opendir(%s/opendir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
59 Warning: opendir(%s/opendir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
/PHP-8.3/ext/fileinfo/tests/
H A Dmime_content_type_002.phpt17 string(9) "directory"
18 string(9) "directory"
/PHP-8.3/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt41 …//www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : string(53) "/this/is/a/v…
42 …is/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=3&too=4&here=5 : strin…
43 …ttp://www.php.net:80/this/is/a/very/deep/directory/structure/and/ : string(45) "/this/is/a/very/…
44 …//www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : string(53) "/this/is/a/v…
45 --> http://www.php.net:80/this/../a/../deep/directory : string(28) "/this/../a/../deep/directory"
46 --> http://www.php.net:80/this/../a/../deep/directory/ : string(29) "/this/../a/../deep/directory
47 …http://www.php.net:80/this/is/a/very/deep/directory/../file.php : string(42) "/this/is/a/very/de…
/PHP-8.3/ext/session/tests/
H A Dsession_save_path_variation1.phpt19 $directory = __DIR__;
21 var_dump(session_save_path($directory));
26 var_dump(session_save_path($directory));
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug44295.phpt6 if (is_dir('/this/path/does/not/exist')) die("skip directory /this/path/does/not/exist already exis…
28 …erator::__construct(/this/path/does/not/exist): Failed to open directory: No such file or directory
/PHP-8.3/tests/security/
H A Dopen_basedir_scandir.phpt32 Warning: scandir(../bad): Failed to open directory: %s in %s on line %d
39 Warning: scandir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
46 Warning: scandir(..): Failed to open directory: %s in %s on line %d
53 Warning: scandir(../): Failed to open directory: %s in %s on line %d
60 Warning: scandir(/): Failed to open directory: %s in %s on line %d
67 Warning: scandir(../bad/.): Failed to open directory: %s in %s on line %d
74 Warning: scandir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
81 Warning: scandir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d

Completed in 66 milliseconds

12345678910>>...22