Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.3/ext/phar/tests/zip/
H A Dcorrupt_004.phpt2 Phar: corrupted zip (central directory offset incorrect)
14 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
/PHP-8.3/win32/build/
H A Dmkdist.php436 function copy_test_dir($directory, $dest) argument
438 if(substr($directory,-1) == '/') {
439 $directory = substr($directory,0,-1);
442 if ($directory == 'tests' || $directory == 'examples') {
446 copy_dir($directory, $dest . '/tests/');
451 if(!file_exists($directory) || !is_dir($directory)) {
452 echo "failed... $directory\n";
456 $directory_list = opendir($directory);
459 $full_path = $directory . '/' . $file;
/PHP-8.3/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt34 Warning: readfile(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyeb…
36 Warning: fopen(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye-…
38 Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sph…
49 Warning: opendir(foo/hi): Failed to open directory: No such file or directory in phar://%sphar_goby…
H A D017.phpt30 …r://hio): Failed to open directory: phar error: no directory in "phar://hio", must have at least p…
/PHP-8.3/ext/zlib/tests/
H A Dgzfile_variation15.phpt14 // remove the directory structure
27 // create a file in the middle directory
45 // create a file in working directory
57 //should read the file in working directory
61 // create a file in the script directory
H A Dzlib_scheme_dir_basic.phpt2 Test compress.zlib:// scheme with the directory functions
18 Warning: opendir(compress.zlib://%s/dir.gz): Failed to open directory: not implemented in %s on lin…
/PHP-8.3/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt36 /* prefix with path separator of a non existing directory*/
51 /* prefix with path separator of a non existing directory*/
74 …echo "Failed, not created in the correct directory " . realpath($file_dir) . ' vs ' . $file_path .…
101 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation3-win32.p…
102 Failed, not created in the correct directory %s vs %s
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 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 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 Dsymlink_link_linkinfo_is_link_variation8.phpt12 /* Variation 8 : Create soft/hard link to different directory */
15 echo "\n*** Create hard link in different directory with same filename ***\n";
37 echo "\n*** Create soft link in different directory with same filename ***\n";
60 *** Create hard link in different directory with same filename ***
66 *** Create soft link in different directory with same filename ***
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 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 Dreadlink_realpath_error.phpt17 echo "\n*** Testing readlink() on existing directory ***\n";
28 Warning: readlink(): No such file or directory in %s on line %d
36 *** Testing readlink() on existing directory ***
/PHP-8.3/ext/standard/tests/dir/
H A Drewinddir_basic.phpt25 echo "\n-- Read and rewind first directory (argument supplied) --\n";
37 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
66 -- Read and rewind first directory (argument supplied) --
78 -- Read and rewind second directory (no argument supplied) --
H A Ddir_basic.phpt10 // create the temporary directory
15 // create files within the temporary directory
31 echo "\nClose directory:\n";
72 Close directory:
H A Dopendir_variation6-win32.phpt50 Warning: opendir(%s/opendir_var*): Failed to open directory: %s in %s on line %d
55 Warning: opendir(%s/*): Failed to open directory: %s in %s on line %d
62 Warning: opendir(%s/opendir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
67 Warning: opendir(%s/opendir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
H A Drewinddir_basic-win32-mb.phpt31 echo "\n-- Read and rewind first directory (argument supplied) --\n";
43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
72 -- Read and rewind first directory (argument supplied) --
84 -- Read and rewind second directory (no argument supplied) --
H A Ddir_basic-win32-mb.phpt16 // create the temporary directory
21 // create files within the temporary directory
37 echo "\nClose directory:\n";
78 Close directory:
/PHP-8.3/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
/PHP-8.3/ext/ftp/
H A Dftp.stub.php71 function ftp_chdir(FTP\Connection $ftp, string $directory): bool {} argument
79 function ftp_mkdir(FTP\Connection $ftp, string $directory): string|false {}
80 function ftp_rmdir(FTP\Connection $ftp, string $directory): bool {}
90 function ftp_nlist(FTP\Connection $ftp, string $directory): array|false {}
96 …function ftp_rawlist(FTP\Connection $ftp, string $directory, bool $recursive = false): array|false…
102 function ftp_mlsd(FTP\Connection $ftp, string $directory): array|false {}
/PHP-8.3/ext/session/tests/
H A Dsession_save_path_basic.phpt18 $directory = __DIR__;
20 var_dump(session_save_path($directory));
/PHP-8.3/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-8.3/ext/fileinfo/tests/
H A Dbug57547.phpt20 string(9) "directory"
21 string(9) "directory"

Completed in 45 milliseconds

12345678910>>...22