Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.1/ext/standard/tests/dir/
H A Ddir_basic.phpt6 * Prototype : object dir(string $directory[, resource $context])
16 // create the temporary directory
21 // create files within the temporary directory
37 echo "\nClose directory:\n";
74 Close directory:
H A Dreaddir_variation3-win32-mb.phpt12 * Description: Read directory entry from dir_handle
17 * Pass a directory handle pointing to a directory that has a sub-directory
H A Dreaddir_variation3.phpt6 * Description: Read directory entry from dir_handle
11 * Pass a directory handle pointing to a directory that has a sub-directory
H A Dscandir_error2.phpt2 Test scandir() function : error conditions - Non-existent directory
17 * Pass a directory that does not exist to scandir() to test error messages
22 $directory = dirname(__FILE__) . '/idonotexist';
25 var_dump(scandir($directory));
H A Ddir_basic-win32-mb.phpt12 * Prototype : object dir(string $directory[, resource $context])
22 // create the temporary directory
27 // create files within the temporary directory
43 echo "\nClose directory:\n";
80 Close directory:
H A Drewinddir_basic.phpt31 echo "\n-- Read and rewind first directory (argument supplied) --\n";
43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
73 -- Read and rewind first directory (argument supplied) --
85 -- Read and rewind second directory (no argument supplied) --
/PHP-7.1/ext/standard/tests/file/
H A Dfilegroup_basic.phpt17 echo "-- Testing with the file or directory created by owner --\n";
37 echo "\n-- Testing with the standard file or directory --\n";
55 -- Testing with the file or directory created by owner --
62 -- Testing with the standard file or directory --
H A Dlstat_stat_variation2.phpt23 /* create temp directory */
26 // renaming a directory and check stat
27 echo "*** Testing stat() for directory after being renamed ***\n";
55 *** Testing stat() for directory after being renamed ***
H A Dtempnam_variation6-win32.phpt38 echo "directory specified\n";
54 File created in => directory specified
57 File created in => directory specified
60 File created in => directory specified
H A Dtempnam_variation6.phpt36 echo "directory specified\n";
52 File created in => directory specified
55 File created in => directory specified
58 File created in => directory specified
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 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
H A Dchmod_variation2.phpt45 echo "\nchmod() on a relative path from a different working directory\n";
53 echo "\nchmod() on a directory with a trailing /\n";
73 Warning: chmod(): No such file or directory in %s on line %d
84 chmod() on a relative path from a different working directory
89 chmod() on a directory with a trailing /
H A Drename_variation8-win32.phpt10 Description: Renames a file or directory
26 echo "\n*** Testing rename() on existing directory ***\n";
36 echo "\n*** Testing rename() on non-existing directory ***\n";
58 *** Testing rename() on existing directory ***
63 *** Testing rename() on non-existing directory ***
H A D001.phpt93 echo "test.link is a directory\n";
95 echo "test.link is not a directory\n";
98 echo "../file is a directory\n";
100 echo "../file is not a directory\n";
103 echo "test.file is a directory\n";
105 echo "test.file is not a directory\n";
142 test.link is not a directory
143 ../file is a directory
144 test.file is not a directory
H A Dchmod_variation2-win32-mb.phpt36 echo "\nchmod() on a relative path from a different working directory\n";
44 echo "\nchmod() on a directory with a trailing /\n";
66 chmod() on a relative path from a different working directory
71 chmod() on a directory with a trailing /
H A Dchmod_variation2-win32.phpt36 echo "\nchmod() on a relative path from a different working directory\n";
44 echo "\nchmod() on a directory with a trailing /\n";
66 chmod() on a relative path from a different working directory
71 chmod() on a directory with a trailing /
H A Drename_variation13.phpt36 /* prefix with path separator of a non existing directory*/
67 Warning: rename(-1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
72 Warning: rename(1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
98 Warning: rename( ,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
120 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): No such file or directory in %s on lin…
123 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): No such file or directory in %s on lin…
127 Warning: rename(%s/renameVar13/afile.tmp,php/php): %s directory in %s on line %d
130 Warning: rename(php/php,%s/renameVar13/afile.tmp): %s directory in %s on line %d
H A Dsymlink_link_linkinfo_is_link_error2.phpt80 Warning: link(): No such file or directory in %s on line %d
83 Warning: link(): No such file or directory in %s on line %d
86 Warning: link(): No such file or directory in %s on line %d
89 Warning: link(): No such file or directory in %s on line %d
92 Warning: link(): No such file or directory in %s on line %d
95 Warning: link(): No such file or directory in %s on line %d
98 Warning: link(): No such file or directory in %s on line %d
H A Ddisk_free_space_variation.phpt6 * Prototype: float disk_free_space( string directory )
7 * Description: Given a string containing a directory, this function
14 echo "*** Testing with a directory ***\n";
22 echo "\n*** Testing with different directory combinations ***";
64 *** Testing with a directory ***
71 *** Testing with different directory combinations ***
H A D001-win32.phpt63 echo "../file is a directory\n";
65 echo "../file is not a directory\n";
68 echo "test.file is a directory\n";
70 echo "test.file is not a directory\n";
96 ../file is a directory
97 test.file is not a directory
H A Dlstat_stat_variation18.phpt24 /* create temp file and directory */
29 echo "*** Testing stat() with filename & directory name stored inside an object ***\n";
38 // directory name stored in an object
48 echo "\n-- Testing stat() on directory name stored inside an object --\n";
61 *** Testing stat() with filename & directory name stored inside an object ***
119 -- Testing stat() on directory name stored inside an object --
/PHP-7.1/ext/phar/tests/bug64931/
H A Dbug64931.phpt53 CAUGHT: Cannot create any files in magic ".phar" directory
54 CAUGHT: Cannot create any files in magic ".phar" directory
55 CAUGHT: Cannot create any files in magic ".phar" directory
56 CAUGHT: Cannot create any files in magic ".phar" directory
/PHP-7.1/ext/fileinfo/tests/
H A Dmime_content_type_002.phpt17 string(9) "directory"
18 string(9) "directory"
/PHP-7.1/ext/zlib/tests/
H A Dgzfile_variation15.phpt18 // remove the directory structure
31 // create a file in the middle directory
49 // create a file in working directory
61 //should read the file in working directory
65 // create a file in the script directory

Completed in 29 milliseconds

12345678910>>...24