Home
last modified time | relevance | path

Searched refs:directory (Results 451 – 475 of 579) sorted by relevance

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

/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc618 * This function will take a directory and iterate through
622 * @param string $input The input directory
702 * Echo directory
716 * Phar directory operations.
787 return "Get a directory tree for a PHAR archive.";
819 echo "|-<root directory>\n";
831 return "Extract a PHAR package to a directory.";
869 self::error("Only one target directory allowed.\n");
891 * Extract to a directory
894 * to a directory and create new files and directories
[all …]
/PHP-7.1/ext/phar/tests/
H A Dphar_extract.phpt143 Unable to use path "%soops" for extraction, it is a file, must be a directory
148 Cannot extract to "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...", destination directory is…
/PHP-7.1/scripts/
H A Dphpize.m431 PHP_ARG_WITH(libdir, for system library directory,
60 AC_MSG_CHECKING([for PHP extension directory])
/PHP-7.1/ext/standard/tests/file/
H A Ddirname_basic-win32.phpt13 * Description: Returns the directory name component of the path
H A Dlstat_stat_variation6.phpt33 /* create temp file, link and directory */
H A Dsymlink_link_linkinfo_is_link_variation5.phpt72 Warning: linkinfo(): No such file or directory in %s on line %d
H A Dfile_get_contents_error.phpt53 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory
H A Dlchown_error.phpt67 Warning: lchown(): No such file or directory in %s on line %d
H A Dstat_variation3-win32.phpt23 /* create temp file and directory */
H A Dreadfile_variation10.phpt33 /* prefix with path separator of a non existing directory*/
H A Drmdir_variation1.phpt13 * Description: Remove a directory
H A Dfile_get_contents_file_put_contents_error.phpt51 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory
H A Dfile_get_contents_file_put_contents_variation2.phpt42 //Deleting the temporary files and directory used in the testcase
/PHP-7.1/ext/standard/tests/strings/
H A Ddirname_basic.phpt6 Description: Returns directory name component of path.
/PHP-7.1/ext/standard/tests/dir/
H A Dopendir_variation6-win32-mb.phpt12 * Description: Open a directory and return a dir_handle
H A Dopendir_variation6-win32.phpt12 * Description: Open a directory and return a dir_handle
H A Dopendir_variation2-win32-mb.phpt12 * Description: Open a directory and return a dir_handle
24 // create temporary directory for test, removed in CLEAN section
H A Dopendir_variation2.phpt6 * Description: Open a directory and return a dir_handle
18 // create temporary directory for test, removed in CLEAN section
/PHP-7.1/ext/hash/tests/
H A Dhash_file_error.phpt55 Warning: hash_file(%s): failed to open stream: No such file or directory in %s on line %d
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt45 'The pathname to a directory that contains trusted SSL CA certificates in PEM format.',
/PHP-7.1/ext/dom/
H A Ddocument.c1362 char *directory=NULL, resolved_path[MAXPATHLEN]; in dom_document_parser() local
1403 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1405 directory = VCWD_GETWD(resolved_path); in dom_document_parser()
1407 if (directory) { in dom_document_parser()
1408 if(ctxt->directory != NULL) { in dom_document_parser()
1409 xmlFree((char *) ctxt->directory); in dom_document_parser()
1416 ctxt->directory = (char *) xmlCanonicPath((const xmlChar *) resolved_path); in dom_document_parser()
1457 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1458 ret->URL = xmlStrdup((xmlChar *) ctxt->directory); in dom_document_parser()
/PHP-7.1/ext/session/tests/
H A Dsession_set_save_handler_variation5.phpt97 Warning: unlink(%s): No such file or directory in %s on line %d
/PHP-7.1/ext/standard/tests/array/
H A Darray_search_variation4.phpt16 //directory type resource
H A Din_array_variation4.phpt19 //directory type resource
/PHP-7.1/ext/fileinfo/tests/
H A Dbug61964.phpt2 Bug #61964 (finfo_open with directory cause invalid free)

Completed in 69 milliseconds

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