Home
last modified time | relevance | path

Searched refs:directory (Results 151 – 175 of 579) sorted by relevance

12345678910>>...24

/PHP-7.1/ext/phar/tests/
H A Dphar_buildfromdirectory2.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
29 RecursiveDirectoryIterator::__construct(1): failed to open dir: No such file or directory
H A Dphar_gobyebye-win32.phpt32 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
34 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-…
36 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
47 Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-w…
/PHP-7.1/ext/standard/tests/file/
H A Dunlink_variation9-win32.phpt92 Warning: unlink(unlinkVar9.tmp\..\BADDIR\file.tmp): No such file or directory in %s on line %d
95 Warning: unlink(BADDIR\file.tmp): No such file or directory in %s on line %d
104 Warning: unlink(%s\BADDIR\file.tmp): No such file or directory in %s on line %d
107 Warning: unlink(unlinkVar9.tmp\file.tmp\): No such file or directory in %s on line %d
110 Warning: unlink(%s\unlinkVar9.tmp\file.tmp\): No such file or directory in %s on line %d
H A Dfileinode_basic.phpt10 echo "*** Testing fileinode() with file, directory ***\n";
30 *** Testing fileinode() with file, directory ***
H A Dis_executable_error.phpt14 echo "\n*** Testing is_exceutable() on non-existent directory ***\n";
27 *** Testing is_exceutable() on non-existent directory ***
H A Dmkdir_variation5-win32.phpt13 * Description: Create a directory
82 Warning: mkdir(): No such file or directory in %s on line %d
85 Warning: mkdir(): No such file or directory in %s on line %d
94 Warning: mkdir(): No such file or directory in %s on line %d
H A Drmdir_variation3-win32.phpt13 * Description: Remove a directory
85 Warning: rmdir(rmdirVar3.tmp\..\BADDIR\aSubDir): No such file or directory in %s on line %d
88 Warning: rmdir(BADDIR\aSubDir): No such file or directory in %s on line %d
97 Warning: rmdir(%s\BADDIR\aSubDir): No such file or directory in %s on line %d
H A Dfopen_variation5.phpt15 //create the include directory structure
50 // remove the directory structure
64 // create a file in the middle directory
87 // create a file in working directory
107 // create a file in the script directory
H A Dfopen_variation8.phpt19 //create the include directory structure
50 // remove the directory structure
63 // create a file in the middle directory
86 // create a file in working directory
106 // create a file in the script directory
H A Dunlink_error-win32-mb.phpt54 echo "\n-- Testing unlink() on directory --\n";
55 // temp directory used here
59 // unlinking directory
106 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
109 -- Testing unlink() on directory --
H A Dunlink_error-win32.phpt52 echo "\n-- Testing unlink() on directory --\n";
53 // temp directory used here
57 // unlinking directory
103 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
106 -- Testing unlink() on directory --
H A Dunlink_error.phpt52 echo "\n-- Testing unlink() on directory --\n";
53 // temp directory used here
57 // unlinking directory
103 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
106 -- Testing unlink() on directory --
/PHP-7.1/ext/imap/
H A DIMAP_Win32_HOWTO.txt8 - Open IMAP under php_build. Rename this directory to 'IMAP'.
9 - Change to the IMAP directory.
19 - Change directory to 'c-client'
/PHP-7.1/ext/standard/tests/dir/
H A Dopendir_basic-win32-mb.phpt12 * Description: Open a directory and return a dir_handle
42 echo "\n-- Close directory handles: --\n";
65 -- Close directory handles: --
H A Dopendir_basic.phpt6 * Description: Open a directory and return a dir_handle
36 echo "\n-- Close directory handles: --\n";
59 -- Close directory handles: --
H A Ddir_variation1.phpt12 * Prototype : object dir(string $directory[, resource $context])
18 * Passing non string values to 'directory' argument of dir() and see
22 echo "*** Testing dir() : unexpected values for \$directory argument ***\n";
40 // unexpected values to be passed to $directory argument
91 *** Testing dir() : unexpected values for $directory argument ***
H A Dchdir_variation1.phpt2 Test chdir() function : usage variations - different data type as $directory arg
5 /* Prototype : bool chdir(string $directory)
6 * Description: Change the current directory
11 * Pass different data types as $directory argument to test behaviour
16 // create the temporary directory
46 // unexpected values to be passed to $directory argument
H A Ddir_variation2-win32-mb.phpt12 * Prototype : object dir(string $directory[, resource $context])
24 // create the temporary directory
26 $directory = $file_path."/私はガラスを食べられますdir_variation2";
27 @mkdir($directory);
46 // unexpected values to be passed to $directory argument
102 var_dump( dir($directory, $unexpected_value) );
111 $directory = $file_path."/私はガラスを食べられますdir_variation2";
113 rmdir($directory);
/PHP-7.1/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt18 // remove the directory structure
31 // create a file in the middle directory
51 // create a file in working directory
69 // create a file in the script directory
/PHP-7.1/ext/standard/tests/strings/
H A Durl_t.phpt32 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/',
34 'http://www.php.net:80/this/../a/../deep/directory',
35 'http://www.php.net:80/this/../a/../deep/directory/',
36 'http://www.php.net:80/this/is/a/very/deep/directory/../file.php',
280 string(53) "/this/is/a/very/deep/directory/structure/and/file.php"
304 string(45) "/this/is/a/very/deep/directory/structure/and/"
318 --> http://www.php.net:80/this/../a/../deep/directory: array(4) {
326 string(28) "/this/../a/../deep/directory"
329 --> http://www.php.net:80/this/../a/../deep/directory/: array(4) {
337 string(29) "/this/../a/../deep/directory/"
[all …]
/PHP-7.1/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt2 Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null')
/PHP-7.1/ext/session/tests/
H A Dsession_save_path_variation1.phpt23 $directory = dirname(__FILE__);
27 var_dump(session_save_path($directory));
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_file_001.phpt25 string(9) "directory"
27 Warning: finfo_file(&): failed to open stream: No such file or directory in %s on line %d
/PHP-7.1/ext/phar/
H A Dphar_path_check.re29 *error = "current directory reference";
32 *error = "upper directory reference";
67 *error = "upper directory reference";
71 *error = "current directory reference";
/PHP-7.1/ext/phar/tests/zip/
H A Dcorrupt_001.phpt21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
22 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…

Completed in 31 milliseconds

12345678910>>...24