Home
last modified time | relevance | path

Searched refs:directory (Results 51 – 75 of 521) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/standard/tests/file/
H A Dlstat_stat_variation5.phpt18 /* create temp directory */
24 // touch a directory and check stat, there should be difference in atime
25 echo "*** Testing stat() for directory after using touch() on the directory ***\n";
51 *** Testing stat() for directory after using touch() on the directory ***
H A Dtempnam_variation3.phpt29 /* prefix with path separator of a non existing directory*/
61 echo "directory specified\n";
82 File created in => directory specified
86 File created in => directory specified
90 File created in => directory specified
94 File created in => directory specified
98 File created in => directory specified
106 File created in => directory specified
110 File created in => directory specified
H A Dtempnam_variation8-win32.phpt64 echo "directory specified\n";
91 File created in => directory specified
96 File created in => directory specified
101 File created in => directory specified
106 File created in => directory specified
111 File created in => directory specified
115 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation8-win32.p…
122 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation8-win32.p…
130 File created in => directory specified
135 File created in => directory specified
[all …]
H A Dtouch_error.phpt8 var_dump(touch("/no/such/file/or/directory"));
12 …rning: touch(): Unable to create file /no/such/file/or/directory because No such file or directory
H A Dmkdir_rmdir_error.phpt6 echo "\n*** Testing rmdir() on non-existent directory ***\n";
12 *** Testing rmdir() on non-existent directory ***
14 Warning: rmdir(temp): No such file or directory in %s on line %d
H A Dmkdir_rmdir_variation2.phpt21 echo "\n*** Testing rmdir() on a non-empty directory ***\n";
38 /* changing mode of mkdir to prevent creating sub-directory under it */
40 /* creating sub-directory test1 under mkdir, expected: false */
42 …r_dump( chmod("$file_path/mkdir_variation2/", 0777) ); // chmod to enable removing test1 directory
56 *** Testing rmdir() on a non-empty directory ***
63 mkdir(): Argument #1 ($directory) must not contain any null bytes
64 rmdir(): Argument #1 ($directory) must not contain any null bytes
H A Ddisk.phpt28 Warning: disk_free_space(): No such file or directory in %s on line %d
31 Warning: disk_total_space(): No such file or directory in %s on line %d
36 Warning: disk_free_space(): No such file or directory in %s on line %d
39 Warning: disk_total_space(): No such file or directory in %s on line %d
H A Drename_variation13.phpt29 /* prefix with path separator of a non existing directory*/
59 Warning: rename(-1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
64 Warning: rename(1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
83 Warning: rename( ,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
87 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): No such file or directory in %s on lin…
90 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): No such file or directory in %s on lin…
94 Warning: rename(%s/renameVar13/afile.tmp,php/php): %s directory in %s on line %d
97 Warning: rename(php/php,%s/renameVar13/afile.tmp): %s directory in %s on line %d
H A Ddisk_total_space_basic.phpt9 echo "*** Testing with normal directory ***\n";
12 echo "*** Testing with newly created directory ***\n";
34 *** Testing with normal directory ***
36 *** Testing with newly created directory ***
H A Dfile_get_contents_variation8.phpt27 /* prefix with path separator of a non existing directory*/
48 Warning: file_get_contents(-1): Failed to open stream: No such file or directory in %s on line %d
52 Warning: file_get_contents(1): Failed to open stream: No such file or directory in %s on line %d
60 Warning: file_get_contents( ): Failed to open stream: No such file or directory in %s on line %d
68 Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in …
72 Warning: file_get_contents(php/php): Failed to open stream: No such file or directory in %s on line…
H A Dstat_variation1-win32-mb.phpt18 /* create temp file and directory */
25 echo "*** Testing stat(): on file and directory ater renaming them ***\n";
46 // renaming a directory
47 echo "-- Testing stat() for directory after being renamed --\n";
75 *** Testing stat(): on file and directory ater renaming them ***
81 -- Testing stat() for directory after being renamed --
/PHP-8.1/ext/standard/tests/dir/
H A Dbug80960.phpt16 Warning: opendir(notexist*): Failed to open directory: No such file or directory in %s on line %d
20 Warning: opendir(notexist?): Failed to open directory: No such file or directory in %s on line %d
24 Warning: opendir(longname%r_+%r): Failed to open directory: Filename too long in %s on line %d
H A Dreaddir_variation6-win32-mb.phpt2 Test readdir() function : usage variations - operate on previously opened directory
12 * Open two directory handles on the same directory and pass both
21 // create the temporary directory
25 // create files within the temporary directory
28 // open the directory
31 // open the same directory again without closing it
H A Dreaddir_variation2.phpt6 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
15 echo "\n-- Pass an empty directory to readdir() --\n";
39 -- Pass an empty directory to readdir() --
H A Dscandir_variation6.phpt2 Test scandir() function : usage variations - Wildcards in directory path
12 * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
49 Warning: scandir(%s/scandir_var*): Failed to open directory: %s in %s on line %d
54 Warning: scandir(%s/*): Failed to open directory: %s in %s on line %d
61 Warning: scandir(%s/scandir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
66 Warning: scandir(%s/scandir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
H A Dreaddir_variation2-win32-mb.phpt12 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
21 echo "\n-- Pass an empty directory to readdir() --\n";
45 -- Pass an empty directory to readdir() --
H A Dopendir_error2.phpt2 Test opendir() function : error conditions - Non-existent directory
12 * Pass a non-existent directory as $path argument to opendir() to test behaviour
30 Warning: opendir(%s/idonotexist): Failed to open directory: %s in %s on line %d
35 Warning: opendir(idonotexist): Failed to open directory: %s in %s on line %d
/PHP-8.1/ext/zlib/tests/
H A Dgzfile_variation4.phpt26 Warning: gzfile(10.5): Failed to open stream: No such file or directory in %s on line %d
29 Warning: gzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d
32 Warning: gzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(-123456789000): Failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation4.phpt26 Warning: readgzfile(10.5): Failed to open stream: No such file or directory in %s on line %d
29 Warning: readgzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d
32 Warning: readgzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d
35 Warning: readgzfile(-123456789000): Failed to open stream: No such file or directory in %s on line …
38 Warning: readgzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation5.phpt25 Warning: gzfile(0): Failed to open stream: No such file or directory in %s on line %d
28 Warning: gzfile(1): Failed to open stream: No such file or directory in %s on line %d
31 Warning: gzfile(12345): Failed to open stream: No such file or directory in %s on line %d
34 Warning: gzfile(-2345): Failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation5.phpt25 Warning: readgzfile(0): Failed to open stream: No such file or directory in %s on line %d
28 Warning: readgzfile(1): Failed to open stream: No such file or directory in %s on line %d
31 Warning: readgzfile(12345): Failed to open stream: No such file or directory in %s on line %d
34 Warning: readgzfile(-2345): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.1/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt18 $dirname = __DIR__ . "\\mnt\\test\\directory";
26 exec("mklink /j mklink_junction directory", $output, $ret_val);
28 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
30 print_r(scandir("$fullpath\\mnt\\test\\directory"));
32 unlink("$fullpath\\mnt\\test\\directory\\b.php");
35 rmdir(__DIR__ . "\\mnt\\test\\directory");
H A Dbug48746_1.phpt22 $dirname = __DIR__ . "\\mnt\\test\\directory";
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
33 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
34 require "$fullpath\\mnt\\test\\directory\\b.php";
38 var_dump(is_file("$fullpath\\mnt\\test\\directory\\b.php"));
40 unlink("$fullpath\\mnt\\test\\directory\\b.php");
44 rmdir(__DIR__ . "\\mnt\\test\\directory");
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt28 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
30 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
35 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
37 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
42 Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
44 Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.1/tests/basic/
H A Drfc1867_multiple_webkitdirectory.phpt10 Content-Disposition: form-data; name="files[]"; filename="directory/subdirectory/file2.txt"
15 Content-Disposition: form-data; name="files[]"; filename="directory/file1.txt"
39 string(32) "directory/subdirectory/file2.txt"
41 string(19) "directory/file1.txt"

Completed in 115 milliseconds

12345678910>>...21