Home
last modified time | relevance | path

Searched refs:directory (Results 476 – 500 of 523) sorted by last modified time

1...<<1112131415161718192021

/PHP-5.5/ext/gd/libgd/
H A DREADME1 This directory contains the GD library available from
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c78 ZEND_ARG_INFO(0, directory)
93 ZEND_ARG_INFO(0, directory)
98 ZEND_ARG_INFO(0, directory)
115 ZEND_ARG_INFO(0, directory)
120 ZEND_ARG_INFO(0, directory)
/PHP-5.5/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
H A Dserver.inc194 fputs($s, "257 \"$cwd\" is current directory.\r\n");
269 fputs($s, "250 $m[1]: No such file or directory\r\n");
379 fputs($s, "550 {$matches[1]}: No such file or directory \r\n");
/PHP-5.5/ext/gd/
H A Dconfig.m411 install directory [BUNDLED]])
/PHP-5.5/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt26 Warning: mime_content_type(foo/inexistent): failed to open stream: No such file or directory in %s …
H A Dmime_content_type_002.phpt17 string(9) "directory"
18 string(9) "directory"
H A Dmagic6634 # It just looks for a program file name at the root directory
6672 # It just looks for a program file name at the root directory
8589 >40 byte 4 directory label
11189 >2 byte&0x02 0 no directory,
11190 >2 byte&0x02 !0 Unicode directory,
11194 >12 lelong&0x01 0 no directory,
11195 >12 lelong&0x01 !0 Unicode directory,
13495 >0x65 string >\0 \b, directory=%.64s
18213 >20 lelong&2 2 \b, Points to a file or directory
18216 >20 lelong&16 16 \b, Has Working directory
[all …]
H A Dfinfo_open_error.phpt30 Warning: finfo_open(%sfoobarfile): failed to open stream: No such file or directory in %sfinfo_open…
32 Warning: finfo_open(%sfoobarfile): failed to open stream: No such file or directory in %sfinfo_open…
H A Dfinfo_open_001.phpt22 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
24 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
36 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
38 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
H A Dbug61964.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
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
H A Dfinfo_file_stream_001.phpt25 string(9) "directory"
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch408 /* load directory or file */
1672 - if (handle_mime(ms, mime, "directory") == -1)
1810 - tmp = buf; /* in current directory anyway */
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_error.phpt43 Warning: exif_imagetype(%s/foo.jpg): failed to open stream: No such file or directory in %s on line…
H A Dexif_imagetype_variation1.phpt109 Warning: exif_imagetype(0): failed to open stream: No such file or directory in %s on line %d
113 Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
117 Warning: exif_imagetype(12345): failed to open stream: No such file or directory in %s on line %d
121 Warning: exif_imagetype(-2345): failed to open stream: No such file or directory in %s on line %d
125 Warning: exif_imagetype(10.5): failed to open stream: No such file or directory in %s on line %d
129 Warning: exif_imagetype(-10.5): failed to open stream: No such file or directory in %s on line %d
133 Warning: exif_imagetype(101234567000): failed to open stream: No such file or directory in %s on li…
141 Warning: exif_imagetype(0.5): failed to open stream: No such file or directory in %s on line %d
165 Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
173 Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt187 To start the test you simple have to put all images into the same directory as this script.
188 The test will work with all files in that directory and all subdirectories. To test private
189 images just put them into that directory.
206 the integrity of IFD directory (size of directory and offsets of entries following any
/PHP-5.5/ext/ereg/regex/
H A DREADME14 The "fake" directory contains quick-and-dirty fakes for some header
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt28 $directory = dirname(__FILE__);
30 $filename = $directory."/tmp_dom_savexml".time();
/PHP-5.5/ext/dom/
H A Ddocument.c1562 char *directory=NULL, resolved_path[MAXPATHLEN]; in dom_document_parser() local
1603 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1605 directory = VCWD_GETWD(resolved_path); in dom_document_parser()
1607 if (directory) { in dom_document_parser()
1608 if(ctxt->directory != NULL) { in dom_document_parser()
1609 xmlFree((char *) ctxt->directory); in dom_document_parser()
1616 ctxt->directory = (char *) xmlCanonicPath((const xmlChar *) resolved_path); in dom_document_parser()
1657 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1658 ret->URL = xmlStrdup(ctxt->directory); in dom_document_parser()
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_012.phpt30 …dbm,rl): Driver initialization failed for handler: db4: No such file or directory in %sdba_db4_012…
H A Ddba_db4_014.phpt31 …dbm,wl): Driver initialization failed for handler: db4: No such file or directory in %sdba_db4_014…
/PHP-5.5/ext/bz2/tests/
H A D001.phpt40 Warning: bzopen(no_such_file): failed to open stream: No such file or directory in %s on line %d
/PHP-5.5/
H A Dconfigure.in217 PHP_ARG_WITH(libdir, for system library directory,
383 dnl paths to the targets are relative to the build directory
1190 dnl Build extension directory path
1230 dnl Expand all directory names for use in macros/constants

Completed in 141 milliseconds

1...<<1112131415161718192021