Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 769) sorted by path

12345678910>>...31

/PHP-7.4/
H A D.appveyor.yml13 files:
H A D.gitattributes16 # Enable commit diffs for binary PHP test files. Some PHP test files include
H A D.gitignore1 # These files are generated during building or development and are intentionally
7 # Common files ignored across the repository
16 # Swap files created by editors and tools to indicate a locked file
19 # Various temporary generated files
29 # Libtool library files generated during build process
35 # Library object files generated during build process
41 # Standard object files generated during build process
141 # Lexer files generated by re2c
156 # PHP parser files generated by bison during the build process
203 # Miscellaneous files generated by Windows build sytem
[all …]
H A DCODING_STANDARDS.md11 1. Document your code in source files and the manual. (tm)
293 and vim (`set fdm=marker`). Folding is very useful when dealing with large files
H A DCONTRIBUTING.md129 PHP source code also includes several files generated during development and
142 ├─ appveyor/ # Appveyor CI service files
143 └─ build/ # *nix build system files
220 ├─ travis/ # Travis CI service files
221 └─ win32/ # Windows build system files
363 3. Do not commit multiple files and dump all messages in one commit. If you
364 modified several unrelated files, commit each group separately and provide a
408 New source code files should include the following header block:
H A DNEWS793 . Fixed bug #55857 (ftp_size on large files). (cmb)
1399 . The built-in CLI server now reports the request method in log files.
1514 makes huge tmp files). (George Wang)
1557 . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
1624 . Fixed bug #76801 (too many open files). (alekitto)
1748 . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
1932 makes huge tmp files). (George Wang)
2121 . Fixed bug #76801 (too many open files). (alekitto)
2298 . Fixed bug #77346 (webm files incorrectly detected as
2484 files). (petk)
[all …]
H A DREADME.REDIST.BINS260 and other parties. The following terms apply to all files associated
261 with the software unless explicitly disclaimed in individual files.
364 software and associated documentation files (the "Software"), and (b)
H A DREADME.md33 `*.exe` files are ready to use.
H A DUPGRADING179 . fread() and fwrite() on plain files will now throw a notice on failure,
H A DUPGRADING.INTERNALS278 - Minimum Bison version is 3.0+ for generating parser files.
H A Dbuildconf28 A wrapper around the autoconf and autoheader that generate files for building
34 and required files.
40 -f, --force Regenerate configure files in PHP release packages.
/PHP-7.4/Zend/tests/
H A Dbug39602.phpt10 ini_set("session.save_handler","files");
H A Dbug78340.phpt7 public static $files= [];
12 $this->bytes= self::$files[$path];
46 lib::$files['lib://test.php']= '<?php /* '.$fill.' */ function test() { echo "Works!\n"; }';
H A Dget_required_files.phpt9 $files = get_required_files();
10 var_dump($files);
H A Dhalt_compiler2.phpt2 __HALT_COMPILER(); 2 files
H A Dunset_cv05.phpt5 session.save_handler=files
H A Dunset_cv06.phpt7 session.save_handler=files
H A Duse_no_file_conflict.phpt2 Use conflicts should not occur across files
/PHP-7.4/Zend/
H A Dzend.c1661 va_list files; in zend_execute_scripts() local
1666 va_start(files, file_count); in zend_execute_scripts()
1668 file_handle = va_arg(files, zend_file_handle *); in zend_execute_scripts()
1692 va_end(files); in zend_execute_scripts()
1696 va_end(files); in zend_execute_scripts()
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m425 # These example files can be found at
H A Dlibtool.m42345 [AC_CACHE_CHECK([for $LD option to reload object files],
4239 # How to create reloadable object files.
4268 # Must we lock files when doing compilation?
4685 # Now try linking the two files.
4770 # Common symbols not allowed in MH_DYLIB files
4822 # Common symbols not allowed in MH_DYLIB files
5061 # Common symbols not allowed in MH_DYLIB files
5114 # Common symbols not allowed in MH_DYLIB files
5775 # Tell ltmain to make .lib files, not .a files.
5777 # Tell ltmain to make .dll files, not .so files.
[all …]
H A Dltmain.sh1732 -precious-files-regex)
4570 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5841 files=
5850 files="$files $dest"
5903 if test -z "$files"; then
5927 set dummy $files
5937 for file in $files; do
5957 for file in $files; do
6532 files=
6545 *) files="$files $arg" ;;
[all …]
H A Dphp.m4105 dnl Adds "file" to the list of files generated by AC_OUTPUT. This macro can be
863 dnl optionally also the source-files for the SAPI-specific objects.
926 dnl "sources" is a list of files relative to the subdir which are used to build
1330 dnl See if we have broken header files like SunOS has.
2068 dnl PHP header files to be installed.
H A Dphp_cxx_compile_stdcxx.m438 dnl http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/PDF_Release_Notes/769149-001.pdf
H A Dpkg.m4222 dnl should install pkg-config .pc files. By default the directory is
244 dnl module should install arch-independent pkg-config .pc files. By

Completed in 64 milliseconds

12345678910>>...31