Home
last modified time | relevance | path

Searched refs:directory (Results 376 – 400 of 579) sorted by relevance

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

/PHP-7.1/ext/standard/tests/dir/
H A Dreaddir_error.phpt6 * Description: Read directory entry from dir_handle
H A Ddir_error.phpt6 * Prototype : object dir(string $directory[, resource $context])
H A Dscandir_variation9.phpt20 // create directory and files
H A Dclosedir_variation3.phpt6 * Description: Close directory connection identified by the dir_handle
/PHP-7.1/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Prototype: object dir(string directory[, resource context])
/PHP-7.1/ext/phar/tests/
H A Dphar_buildfromdirectory4.phpt2 Phar::buildFromDirectory(), directory exists
H A D027.phpt90 …://): failed to open dir: phar error: no directory in "phar://", must have at least phar:/// for r…
/PHP-7.1/sapi/cli/
H A DREADME11 * It does not change the working directory to that of the script.
/PHP-7.1/ext/sysvshm/tests/
H A D001.phpt44 Warning: ftok(): ftok() failed - No such file or directory in %s on line %d
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation6.phpt16 // this doesn't create the include dirs in this directory
H A Dreadfile_variation7.phpt16 // this doesn't create the include dirs in this directory
H A Drename_basic.phpt6 Description: Renames a file or directory
H A Dfile_get_contents_variation1.phpt17 // this doesn't create the include dirs in this directory
H A Dfile_get_contents_variation2.phpt18 // this doesn't create the include dirs in this directory
H A Dcopy_error.phpt26 Warning: copy(/no/file): failed to open stream: No such file or directory in %s on line %d
H A Dcopy_variation12-win32.phpt41 Warning: copy(): The first argument to copy() function cannot be a directory in %s on line %d
H A Ddirname_error.phpt8 * Description: Returns the directory name component of the path
H A Dis_writable_variation1.phpt57 ".", // current directory, exp: bool(true)
58 "$file_path/is_writable_variation1" // temp directory, exp: bool(true)
H A Dsymlink_link_linkinfo_is_link_basic1.phpt26 // temp dir created in present working directory
30 /* Creating soft/hard link to $filename created in temp directory $dirname
/PHP-7.1/ext/ftp/tests/
H A Dftp_fget_basic.phpt43 Warning: ftp_fget(): a warning: No such file or directory in %sftp_fget_basic.php on line %d
H A Dftp_get_basic.phpt40 Warning: ftp_get(): a warning: No such file or directory in %sftp_get_basic.php on line %d
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c804 int directory = 0; in tsrm_realpath_r() local
1115 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory); in tsrm_realpath_r()
1140 directory = (dataw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); in tsrm_realpath_r()
1143 *link_is_dir = directory; in tsrm_realpath_r()
1148 directory = (dataw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in tsrm_realpath_r()
1149 if (is_dir && !directory) { in tsrm_realpath_r()
1202 *link_is_dir = directory; in tsrm_realpath_r()
1206 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
1208 *link_is_dir = directory; in tsrm_realpath_r()
1210 if (is_dir && !directory) { in tsrm_realpath_r()
[all …]
/PHP-7.1/ext/interbase/
H A Dconfig.m43 install directory [/opt/firebird]])
/PHP-7.1/ext/standard/tests/strings/
H A Dmd5_file.phpt81 Warning: md5_file(aZrq16u): failed to open stream: No such file or directory in %s on line %d
84 Warning: md5_file(12): failed to open stream: No such file or directory in %s on line %d
/PHP-7.1/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt130 Warning: parse_ini_file(%sparse_ini_file.dat): failed to open stream: No such file or directory in …
133 Warning: parse_ini_file(%sparse_ini_file.dat): failed to open stream: No such file or directory in …

Completed in 44 milliseconds

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