Home
last modified time | relevance | path

Searched refs:directory (Results 26 – 50 of 523) sorted by relevance

12345678910>>...21

/PHP-5.5/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt6 * Prototype: float disk_total_space( string $directory );
7 * Description: given a string containing a directory, this function will
14 echo "*** Testing with normal directory ***\n";
17 echo "*** Testing with newly created directory ***\n";
40 *** Testing with normal directory ***
42 *** Testing with newly created directory ***
H A Dtempnam_variation1.phpt46 echo "directory specified\n";
70 File created in => directory specified
75 File created in => directory specified
80 File created in => directory specified
85 File created in => directory specified
90 File created in => directory specified
95 File created in => directory specified
100 File created in => directory specified
105 File created in => directory specified
110 File created in => directory specified
[all …]
H A Dtempnam_variation3.phpt32 /* prefix with path separator of a non existing directory*/
59 echo "directory specified\n";
81 File created in => directory specified
85 File created in => directory specified
89 File created in => directory specified
93 File created in => directory specified
97 File created in => directory specified
101 File created in => directory specified
117 File created in => directory specified
121 File created in => directory specified
H A Dtempnam_variation2-win32.phpt69 echo "directory specified\n";
96 File created in => directory specified
101 File created in => directory specified
106 File created in => directory specified
111 File created in => directory specified
116 File created in => directory specified
121 File created in => directory specified
131 File created in => directory specified
146 File created in => directory specified
151 File created in => directory specified
[all …]
H A Dlstat_stat_variation5.phpt26 /* create temp directory */
32 // touch a directory and check stat, there should be difference in atime
33 echo "*** Testing stat() for directory after using touch() on the directory ***\n";
60 *** Testing stat() for directory after using touch() on the directory ***
H A Dtempnam_variation2.phpt69 echo "directory specified\n";
96 File created in => directory specified
101 File created in => directory specified
106 File created in => directory specified
111 File created in => directory specified
116 File created in => directory specified
121 File created in => directory specified
131 File created in => directory specified
146 File created in => directory specified
151 File created in => directory specified
[all …]
H A Drename_variation8.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";
54 Warning: rename(%s/non_existent_file.tmp,%s/rename_variation8_new.tmp): No such file or directory i…
59 *** Testing rename() on existing directory ***
64 *** Testing rename() on non-existing directory ***
66 Warning: rename(%s/non_existent_dir,%s/rename_basic_dir2): No such file or directory in %s on line …
H A Dchmod_variation3.phpt110 Error: 2 - chmod(): No such file or directory, %s(%d)
114 Error: 2 - chmod(): No such file or directory, %s(%d)
118 Error: 2 - chmod(): No such file or directory, %s(%d)
122 Error: 2 - chmod(): No such file or directory, %s(%d)
126 Error: 2 - chmod(): No such file or directory, %s(%d)
130 Error: 2 - chmod(): No such file or directory, %s(%d)
134 Error: 2 - chmod(): No such file or directory, %s(%d)
138 Error: 2 - chmod(): No such file or directory, %s(%d)
142 Error: 2 - chmod(): No such file or directory, %s(%d)
170 Error: 2 - chmod(): No such file or directory, %s(%d)
[all …]
H A Ddisk_total_space_error.phpt11 * Prototype: float disk_total_space( string $directory );
12 * Description: given a string containing a directory, this function
24 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
28 …r_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directory
47 Warning: disk_total_space(): No such file or directory in %s on line %d
H A Ddisk_free_space_basic.phpt12 * Prototype: float disk_free_space( string directory )
13 * Description: Given a string containing a directory, this function
20 echo "*** Testing with existing directory ***\n";
24 echo "*** Testing with newly created directory ***\n";
59 *** Testing with existing directory ***
62 *** Testing with newly created directory ***
H A Ddisk_free_space_error.phpt11 * Prototype: float disk_free_space( string directory )
12 * Description: Given a string containing a directory, this function will
26 var_dump( disk_free_space( $file_path."/dir1" )); // Invalid directory
31 var_dump( disk_free_space( $file_path."/disk_free_space.tmp" )); // file input instead of directory
58 Warning: disk_free_space(): No such file or directory in %s on line %d
61 Warning: diskfreespace(): No such file or directory in %s on line %d
H A Dtempnam_variation8-win32.phpt68 echo "directory specified\n";
95 File created in => directory specified
100 File created in => directory specified
105 File created in => directory specified
110 File created in => directory specified
115 File created in => directory specified
130 File created in => directory specified
135 File created in => directory specified
140 File created in => directory specified
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_variation2.phpt2 Test rewinddir() function : usage variations - operate on a closed directory
12 * Open and close a directory handle then call rewinddir() to test behaviour
20 echo "\n-- Create the directory handle, read and close the directory --\n";
37 -- Create the directory handle, read and close the directory --
H A Dreaddir_variation6.phpt2 Test readdir() function : usage variations - operate on previously opened directory
6 * Description: Read directory entry from dir_handle
11 * Open two directory handles on the same directory and pass both
20 // create the temporary directory
24 // create files within the temporary directory
27 // open the directory
30 // open the same directory again without closing it
H A Dreaddir_variation2.phpt6 * Description: Read directory entry from dir_handle
11 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
20 echo "\n-- Pass an empty directory to readdir() --\n";
45 -- Pass an empty directory to readdir() --
H A Ddir_variation7.phpt21 * Prototype : object dir(string $directory[, resource $context])
34 /* create the temporary directory :
55 echo "-- After restricting 1st level parent directory --\n";
61 chmod($parent_dir_path, 0666); // restricting parent directory
62 echo "-- After restricting parent directory --\n";
75 // changing permissions for each temporary directory to delete them
86 -- After restricting 1st level parent directory --
90 -- After restricting parent directory --
H A Dopendir_variation5.phpt21 * Description: Open a directory and return a dir_handle
33 /* create the temporary directory :
55 echo "\n-- After restricting 1st level parent directory --\n";
61 chmod($parent_dir_path, 0666); // restricting parent directory
63 echo "\n-- After restricting parent directory --\n";
81 // changing permissions for each temporary directory to delete them
94 -- After restricting 1st level parent directory --
99 -- After restricting parent directory --
H A Dscandir_variation5.phpt2 Test scandir() function : usage variations - different directory permissions
34 * create the temporary directory :
56 echo "\n-- After restricting 1st level parent directory --\n";
61 chmod($parent_dir_path, 0666); // restricting parent directory
63 echo "\n-- After restricting parent directory --\n";
73 // changing permissions for each temporary directory to delete them
85 -- After restricting 1st level parent directory --
92 -- After restricting parent directory --
H A Ddir_variation3.phpt2 Test dir() function : usage variations - different directory permissions
21 * Prototype : object dir(string $directory[, resource $context])
27 * Providing various permissions to the directory to be opened and checking
28 * to see if dir() function opens the directory successfully.
31 echo "*** Testing dir() : different directory permissions ***";
33 // create the temporary directory
38 /* different values for directory permissions */
76 // try read directory, expected : false
80 // close directory
88 // deleting temporary directory
[all …]
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_variation4.phpt29 Warning: gzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: gzfile(-10.5): 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(-123456789000): failed to open stream: No such file or directory in %s on line %d
41 Warning: gzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation4.phpt29 Warning: readgzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: readgzfile(-10.5): 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 %d
38 Warning: readgzfile(-123456789000): failed to open stream: No such file or directory in %s on line …
41 Warning: readgzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation5.phpt28 Warning: gzfile(0): failed to open stream: No such file or directory in %s on line %d
31 Warning: gzfile(1): failed to open stream: No such file or directory in %s on line %d
34 Warning: gzfile(12345): failed to open stream: No such file or directory in %s on line %d
37 Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt24 $dirname = __DIR__ . "\\mnt\\test\\directory";
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
34 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
36 print_r(scandir("$fullpath\\mnt\\test\\directory"));
38 unlink("$fullpath\\mnt\\test\\directory\\b.php");
41 rmdir(__DIR__ . "\\mnt\\test\\directory");
H A Dbug48746_1.phpt24 $dirname = __DIR__ . "\\mnt\\test\\directory";
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
35 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
36 require "$fullpath\\mnt\\test\\directory\\b.php";
40 var_dump(is_file("$fullpath\\mnt\\test\\directory\\b.php"));
42 unlink("$fullpath\\mnt\\test\\directory\\b.php");
46 rmdir(__DIR__ . "\\mnt\\test\\directory");
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt22 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
24 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
36 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
38 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d

Completed in 32 milliseconds

12345678910>>...21