Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 510) sorted by path

12345678910>>...21

/PHP-7.4/
H A DCODING_STANDARDS.md317 include a file labeled `EXPERIMENTAL` in the function directory, and that the
H A DCONTRIBUTING.md20 * [PHP source code directory structure](#php-source-code-directory-structure)
127 ## PHP source code directory structure
135 ├─ .git/ # Git configuration and source directory
H A DNEWS2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
2531 . Fixed bug #76947 (file_put_contents() blocks the directory of the file
2639 . Fixed bug #75248 (Binary directory doesn't get created when building
H A DREADME.REDIST.BINS31 redistributions. The documentation for PCRE2, supplied in the "doc" directory,
33 testdata directory is not copyrighted and is in the public domain.
588 zip_dirent.c -- read directory entry (local or central), clean dirent
H A DUPGRADING757 . --with-curl no longer accepts a directory.
760 . --with-enchant no longer accepts a directory.
778 . --with-kerberos no longer accepts a directory.
791 directory.
801 . --with-iodbc no longer accepts a directory.
806 . --with-openssl no longer accepts a directory.
807 . --with-kerberos no longer accepts a directory.
817 . --with-libedit no longer accepts a directory.
820 . --with-sodium no longer accepts a directory.
823 . --with-sqlite3 no longer accepts a directory.
[all …]
H A Dconfigure.ac187 [for system library directory],
325 dnl Paths to the targets are relative to the build directory.
1235 dnl Build extension directory path.
1274 dnl Expand all directory names for use in macros/constants.
1529 dnl Make directories when building in a separate build directory.
/PHP-7.4/Zend/tests/
H A Dinclude_stat_is_quiet.phpt28 Warning: require_once(doesnt_exist.php): failed to open stream: No such file or directory in %s on …
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c500 int directory = 0, save; in tsrm_realpath_r() local
857 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory); in tsrm_realpath_r()
882 directory = (dataw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); in tsrm_realpath_r()
885 *link_is_dir = directory; in tsrm_realpath_r()
890 directory = (dataw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in tsrm_realpath_r()
891 if (is_dir && !directory) { in tsrm_realpath_r()
939 *link_is_dir = directory; in tsrm_realpath_r()
943 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
945 *link_is_dir = directory; in tsrm_realpath_r()
947 if (is_dir && !directory) { in tsrm_realpath_r()
[all …]
/PHP-7.4/build/
H A DMakefile.gcov36 $(LTP) --capture --no-external --directory . --output-file $@
42 $(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
H A Dlibtool.m4443 # The HP-UX ksh and POSIX shell print the target directory to stdout
1170 # SGI C++ compiler will create directory out/ii_files/ for
1242 # Linking always hardcodes the temporary library directory.
1334 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1509 # FIXME: first we should search . and the directory the executable is in
4150 # The HP-UX ksh and POSIX shell print the target directory to stdout
4236 # The name of the directory that contains temporary libtool files.
4376 # Commands used to finish a libtool library installation in a directory.
H A Dltmain.sh4970 This wrapper executable should never be moved out of the build directory.
H A Dphp.m473 dnl PHP_DEFINE(WHAT [, value[, directory]])
168 dnl Processes a file called Makefile.frag in the source directory of the most
188 dnl interpreted relative to the top build-directory.
228 dnl Relative to source- or build-directory?
H A Dpkg.m4222 dnl should install pkg-config .pc files. By default the directory is
229 [pkg-config installation directory @<:@]pkg_default[@:>@])
245 dnl default the directory is $datadir/pkgconfig, but the default can be
251 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
/PHP-7.4/docs/
H A Dparameter-parsing-api.md129 types (it can be found in `./scripts/dev/` directory of PHP sources):
H A Drelease-process.md144 should be a directory `public_html/`. Copy them into there. If you do not
145 have this directory, create it.
H A Dself-contained-extensions.md34 You now have an empty directory. We will copy the files from the mysqli
47 You can now ship the contents of the directory - the extension can live
114 Put `config.m4` and the source files into one directory. Then, run `phpize`
H A Dunix-build-system.md12 * abandoning the "one library per directory" concept
70 source directory and compiles all three files with the special include directive
74 directory called `$ext_builddir/lib`:
93 `$(srcdir)`. Because the build system does not change the working directory
95 build-directory. Correct prefixing ensures that.
/PHP-7.4/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-7.4/ext/date/lib/
H A Dtimelib.h757 timelib_tzdb *timelib_zoneinfo(char *directory);
/PHP-7.4/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-7.4/ext/dom/
H A Ddocument.c1382 char *directory=NULL, resolved_path[MAXPATHLEN]; in dom_document_parser() local
1423 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1425 directory = VCWD_GETWD(resolved_path); in dom_document_parser()
1427 if (directory) { in dom_document_parser()
1428 if(ctxt->directory != NULL) { in dom_document_parser()
1429 xmlFree((char *) ctxt->directory); in dom_document_parser()
1436 ctxt->directory = (char *) xmlCanonicPath((const xmlChar *) resolved_path); in dom_document_parser()
1477 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1478 ret->URL = xmlStrdup((xmlChar *) ctxt->directory); in dom_document_parser()
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt28 $directory = __DIR__;
30 $filename = $directory."/tmp_dom_savexml".time();
/PHP-7.4/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…
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch480 /* load directory or file */
2043 - if (handle_mime(ms, mime, "directory") == -1)
2179 - tmp = buf; /* in current directory anyway */

Completed in 111 milliseconds

12345678910>>...21