Home
last modified time | relevance | path

Searched refs:directory (Results 126 – 150 of 579) sorted by relevance

12345678910>>...24

/PHP-7.1/ext/spl/examples/
H A Ddirectorytree.inc13 * @brief A directory iterator that does not show '.' and '..'.
20 * @param $path directory to iterate
/PHP-7.1/ext/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt33 /* prefix with path separator of a non existing directory*/
51 Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
56 Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
91 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
96 Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line…
H A Dreadfile_variation10-win32.phpt32 /* prefix with path separator of a non existing directory*/
50 Warning: readfile(-1): failed to open stream: No such file or directory in %s on line %d
54 Warning: readfile(1): failed to open stream: No such file or directory in %s on line %d
82 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
86 Warning: readfile(php/php): failed to open stream: No such file or directory in %s on line %d
H A Dbug52624.phpt2 Bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
12 Notice: tempnam(): file created in the system's temporary directory in %sbug52624.php on line %d
H A Dtempnam_variation7.phpt17 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
71 *** Testing tempnam() with invalid/non-existing directory names ***
74 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
80 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
98 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
116 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
122 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
H A Dsymlink_link_linkinfo_is_link_variation8.phpt24 /* Variation 8 : Create soft/hard link to different directory */
27 echo "\n*** Create hard link in different directory with same filename ***\n";
49 echo "\n*** Create soft link in different directory with same filename ***\n";
72 *** Create hard link in different directory with same filename ***
78 *** Create soft link in different directory with same filename ***
H A Dunlink_variation8-win32.phpt90 Warning: unlink(unlinkVar8.tmp/../BADDIR/file.tmp): No such file or directory in %s on line %d
93 Warning: unlink(BADDIR/file.tmp): No such file or directory in %s on line %d
102 Warning: unlink(%s/BADDIR/file.tmp): No such file or directory in %s on line %d
105 Warning: unlink(unlinkVar8.tmp/file.tmp/): No such file or directory in %s on line %d
108 Warning: unlink(%s/unlinkVar8.tmp/file.tmp/): No such file or directory in %s on line %d
H A Dstat_variation4-win32.phpt23 /* create temp file and directory */
30 echo "\n*** Testing stat(): on file and directory after accessing it
33 // is_dir() on a directory
78 *** Testing stat(): on file and directory after accessing it
H A Dstat_variation6-win32.phpt24 /* create temp file and directory */
50 // checking stat() on directory
51 echo "\n*** Testing stat() on directory with miscelleneous file permission ***\n";
83 *** Testing stat() on directory with miscelleneous file permission ***
H A Drename_variation-win32.phpt12 Description: Renames a file or directory
17 /* create directory */
72 …ariation/rename_variation.tmp/,%s/rename_variation2.tmp): The filename, directory name, or volume …
77 Warning: unlink(%s/rename_variation2.tmp): No such file or directory in %s on line %d
H A Dreadlink_realpath_variation2.phpt80 Warning: symlink(): No such file or directory in %s on line %d
83 Warning: readlink(): No such file or directory in %s on line %d
87 …//..//..//home//readlink_realpath_variation2_link.tmp/): No such file or directory in %s on line %d
96 Warning: link(): No such file or directory in %s on line %d
99 Warning: readlink(): No such file or directory in %s on line %d
103 …//..//..//home//readlink_realpath_variation2_link.tmp/): No such file or directory in %s on line %d
H A Dstat_variation7-win32.phpt23 /* create temp file and directory */
31 and directory name stored inside a object ***\n";
33 // creating object with members as numeric and non-numeric filename and directory name
41 // directory as member
56 echo "\n-- Testing stat() on directory name stored inside an object --\n";
74 and directory name stored inside a object ***
186 -- Testing stat() on directory name stored inside an object --
H A Dmkdir_variation5.phpt13 * Description: Create a directory
77 Warning: mkdir(): No such file or directory in %s on line %d
80 Warning: mkdir(): No such file or directory in %s on line %d
89 Warning: mkdir(): No such file or directory in %s on line %d
H A Drmdir_variation3.phpt8 * Description: Remove a directory
75 Warning: rmdir(rmdirVar3.tmp/../BADDIR/aSubDir): No such file or directory in %s on line %d
78 Warning: rmdir(BADDIR/aSubDir): No such file or directory in %s on line %d
87 Warning: rmdir(%s/BADDIR/aSubDir): No such file or directory in %s on line %d
/PHP-7.1/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
/PHP-7.1/ext/phar/tests/zip/
H A Dcorrupt_004.phpt2 Phar: corrupted zip (central directory offset incorrect)
16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
/PHP-7.1/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt21 $dirname = __DIR__ . "\\mnt\\test\\directory";
24 exec(get_junction()." junction directory", $output, $ret_val);
33 rmdir(__DIR__ . "\\mnt\\test\\directory");
/PHP-7.1/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt37 echo "\n-- Read and rewind first directory (argument supplied) --\n";
49 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
79 -- Read and rewind first directory (argument supplied) --
91 -- Read and rewind second directory (no argument supplied) --
H A Dopendir_error2.phpt2 Test opendir() function : error conditions - Non-existent directory
12 * Description: Open a directory and return a dir_handle
17 * Pass a non-existent directory as $path argument to opendir() to test behaviour
H A Ddir_variation2.phpt6 * Prototype : object dir(string $directory[, resource $context])
18 // create the temporary directory
20 $directory = $file_path."/dir_variation2";
21 @mkdir($directory);
40 // unexpected values to be passed to $directory argument
96 var_dump( dir($directory, $unexpected_value) );
105 $directory = $file_path."/dir_variation2";
107 rmdir($directory);
/PHP-7.1/ext/standard/tests/url/
H A Durls.inc27 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php',
28 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=…
29 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/',
30 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php',
31 'http://www.php.net:80/this/../a/../deep/directory',
32 'http://www.php.net:80/this/../a/../deep/directory/',
33 'http://www.php.net:80/this/is/a/very/deep/directory/../file.php',
/PHP-7.1/ext/phar/tests/
H A Dphar_gobyebye.phpt33 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
35 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye.…
37 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
46 Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye.p…
/PHP-7.1/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt28 $directory = dirname(__FILE__);
30 $filename = $directory."/tmp_dom_savexml".time();
/PHP-7.1/ext/fileinfo/tests/
H A Dbug57547.phpt23 string(9) "directory"
24 string(9) "directory"
/PHP-7.1/ext/session/tests/
H A Dsession_save_path_basic.phpt22 $directory = dirname(__FILE__);
24 var_dump(session_save_path($directory));

Completed in 25 milliseconds

12345678910>>...24