Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/phar/tests/
H A Dmkdir.phpt35 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %smkd…
37 Warning: mkdir(): phar error: cannot create directory "" in phar "foo.phar", phar error: invalid pa…
39 …): phar error: cannot create directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists…
41 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…
43 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi…
45 …): phar error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists…
46 Cannot create a directory in magic ".phar" directory
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation10.phpt52 echo "\n--- try to unlink a directory ---\n";
70 echo "directory unlinked\n";
87 directory unlinked
89 directory unlinked
91 directory unlinked
93 directory unlinked
95 directory unlinked
97 directory unlinked
99 directory unlinked
101 directory unlinked
[all …]
H A Drename_variation3-win32.phpt12 Description: Renames a file or directory
17 /* creating directory */
36 echo "\n-- Renaming directory to same directory name --\n";
40 echo "\n-- Renaming existing file to existing directory name --\n";
45 echo "\n-- Renaming existing directory to existing file name --\n";
68 -- Renaming directory to same directory name --
72 -- Renaming existing file to existing directory name --
79 -- Renaming existing directory to existing file name --
H A Dfile_put_contents_variation5.phpt9 $thisTestDir = __DIR__ . '/' .basename(__FILE__, ".php") . ".directory";
33 file_put_contents($filename, "File written in working directory", FILE_USE_INCLUDE_PATH);
46 File written in working directory
47 File written in working directory
48 File written in working directory
49 File written in working directory
H A Dtempnam_variation1-win32-mb.phpt42 echo "directory specified\n";
66 File created in => directory specified
70 File created in => directory specified
74 File created in => directory specified
78 File created in => directory specified
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
[all …]
H A Dtempnam_variation1-win32.phpt42 echo "directory specified\n";
66 File created in => directory specified
70 File created in => directory specified
74 File created in => directory specified
78 File created in => directory specified
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
[all …]
H A Dfopen_include_path.inc7 //invalid directory
15 //create the include directory structure
29 //create the include directory structure
45 //create the include directory structure
61 //create the include directory structure
78 // remove the directory structure
87 // remove the directory structure
H A Ddisk_total_space_basic.phpt8 * Prototype: float disk_total_space( string $directory );
9 * Description: given a string containing a directory, this function will
16 echo "*** Testing with normal directory ***\n";
19 echo "*** Testing with newly created directory ***\n";
41 *** Testing with normal directory ***
43 *** 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_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
133 File created in => directory specified
152 File created in => directory specified
157 File created in => directory specified
[all …]
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
133 File created in => directory specified
152 File created in => directory specified
157 File created in => directory specified
[all …]
H A Dtempnam_variation3.phpt34 /* 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
102 File created in => directory specified
118 File created in => directory specified
122 File created in => directory specified
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
119 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation8-win32.p…
126 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation8-win32.p…
134 File created in => directory specified
139 File created in => directory specified
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_save_path_variation5.phpt23 $directory = __DIR__;
24 $sessions = ($directory."/sessions");
26 chdir($directory);
28 // Delete the existing directory
35 ini_set("session.save_path", $directory);
43 $directory = __DIR__;
44 $sessions = ($directory."/sessions");
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation3.phpt2 Test opendir() function : usage variations - open a directory twice
6 * Description: Open a directory and return a dir_handle
11 * Call opendir() twice with the same directory as $path argument
19 echo "\n-- Open directory first time: --\n";
22 echo "\n-- Open directory second time: --\n";
43 -- Open directory first time: --
46 -- Open directory second time: --
H A Dopendir_variation3-win32-mb.phpt2 Test opendir() function : usage variations - open a directory twice
12 * Description: Open a directory and return a dir_handle
17 * Call opendir() twice with the same directory as $path argument
25 echo "\n-- Open directory first time: --\n";
28 echo "\n-- Open directory second time: --\n";
49 -- Open directory first time: --
52 -- Open directory second time: --
H A Ddir_variation5.phpt2 Test dir() function : usage variations - open a file instead of directory
12 * Prototype : object dir(string $directory[, resource $context])
18 * Passing a file as argument to dir() function instead of a directory
22 echo "*** Testing dir() : open a file instead of a directory ***\n";
24 // open the file instead of directory
31 *** Testing dir() : open a file instead of a 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 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-win32-mb.phpt2 Test readdir() function : usage variations - operate on previously opened directory
12 * Description: Read directory entry from dir_handle
17 * Open two directory handles on the same directory and pass both
26 // create the temporary directory
30 // create files within the temporary directory
33 // open the directory
36 // open the same directory again without closing it
H A Drewinddir_variation2-win32-mb.phpt2 Test rewinddir() function : usage variations - operate on a closed directory
18 * Open and close a directory handle then call rewinddir() to test behaviour
26 echo "\n-- Create the directory handle, read and close the directory --\n";
43 -- Create the directory handle, read and close the directory --
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 Dreaddir_variation2-win32-mb.phpt12 * Description: Read directory entry from dir_handle
17 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
26 echo "\n-- Pass an empty directory to readdir() --\n";
51 -- Pass an empty directory to readdir() --
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_include_path.inc7 //invalid directory
15 //create the include directory structure
29 //create the include directory structure
45 //create the include directory structure
61 //create the include directory structure
78 // remove the directory structure
87 // remove the directory structure
/PHP-7.4/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");

Completed in 42 milliseconds

12345678910>>...21