Home
last modified time | relevance | path

Searched refs:directory (Results 251 – 275 of 579) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.1/ext/standard/tests/file/
H A Dbug41693.phpt2 Bug #41693 (scandir() allows empty directory names)
H A Dfopen_variation1.phpt2 fopen() with relative path on a file in the script directory
H A Dfile_variation5.phpt35 echo "\nfile() on a relative path from a different working directory\n";
84 file() on a relative path from a different working directory
H A Dis_executable_variation2.phpt33 echo "\n*** Testing is_executable() on directory without execute permission ***\n";
36 chmod("$file_path/is_executable_variation2", 0777); // chmod to enable deletion of directory
86 *** Testing is_executable() on directory without execute permission ***
H A Dis_readable_variation2.phpt32 echo "\n*** Testing is_readable() on directory without read permission ***\n";
35 chmod("$file_path/is_readable_variation2", 0777); // chmod to enable deletion of directory
85 *** Testing is_readable() on directory without read permission ***
H A Dreadfile_variation8-win32-mb.phpt89 …私はガラスを食べられます8Sub\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
93 …べられます8Sub\BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
105 Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dunlink_variation1.phpt2 Test unlink() function : usage variations - unlinking file in a directory
37 echo "\n*** Testing unlink() on file inside a directory ***\n";
75 *** Testing unlink() on file inside a directory ***
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
H A Dis_dir_variation4.phpt6 Description: Tells whether the dirname is a directory
7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
H A Dparse_ini_file_error.phpt40 Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
45 Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
H A Dsymlink_link_linkinfo_is_link_variation2.phpt45 Warning: link(): No such file or directory in %s on line %d
48 Warning: linkinfo(): No such file or directory in %s on line %d
H A Dbug35740.phpt2 Bug #35740 (memory leak when including a directory)
/PHP-7.1/tests/basic/
H A Dreq60524.phpt2 Req #60524 (Specify temporary directory)
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_error1-win32-mb.phpt38 $directory = dirname(__FILE__) . '/私はガラスを食べられますscandir_error';
39 rmdir($directory);
/PHP-7.1/ext/phar/tests/
H A Dfopen_edgecases2U.phpt41 Warning: fopen(Array): failed to open stream: No such file or directory in %sfopen_edgecases2U.php …
45 …s2U.phar.php/oops): failed to open stream: phar error: path "oops" is a directory in phar://%sfope…
H A Dopendir.phpt39 …://): failed to open dir: phar error: no directory in "phar://", must have at least phar:/// for r…
H A Dpharfileinfo_setmetadata.phpt47 Phar entry is a temporary directory (not an actual entry in the archive), cannot set metadata
48 Phar entry is a temporary directory (not an actual entry in the archive), cannot delete metadata
H A Dbug71498.phpt16 phar error: end of central directory not found in zip-based phar "%s%ebug71498.zip"
/PHP-7.1/ext/spl/examples/
H A Dfindfile.inc28 * @param $path the directory to search in
30 * part of it is used as separate directory.
/PHP-7.1/ext/standard/tests/strings/
H A Dbug24098.phpt4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
/PHP-7.1/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt22 "directory resource" => $dfp,
70 -- Iteration : directory resource --
120 -- Iteration : directory resource --
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_003.phpt2 Bug #55726 (Changing the working directory makes router script inaccessible)
/PHP-7.1/ext/imap/tests/
H A DREADME1 Many of the tests in this directory require a mail server to be running, if there is no mail server…
8 …ething.com. It's also necessary to set up one additional user ID (vmail) to own the mail directory.
/PHP-7.1/ext/soap/
H A Dphp_xml.c111 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()
112 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()
160 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
161 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
/PHP-7.1/ext/spl/tests/
H A Dbug54291.phpt8 Fatal error: Uncaught UnexpectedValueException: Failed to open directory "" in %s:%d

Completed in 45 milliseconds

1...<<11121314151617181920>>...24