Home
last modified time | relevance | path

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

12345678910>>...32

/php-src/
H A D.gitattributes22 # Collapse generated files within git and pull request diff.
29 # The OSS fuzz files are binary
H A D.gitignore7 # 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
44 # Dependency files generated during build process
136 # Lexer files generated by re2c
166 # Extensions files
203 # Miscellaneous files generated by Windows build system
[all …]
H A DCODING_STANDARDS.md10 1. Document your code in source files and the manual. (tm)
H A DCONTRIBUTING.md156 PHP source code also includes several files generated during development and
170 └─ build/ # *nix build system files
245 ├─ travis/ # Travis CI service files
246 └─ win32/ # Windows build system files
392 3. Do not commit multiple files and dump all messages in one commit. If you
393 modified several unrelated files, commit each group separately and provide a
434 New source code files should include the following header block:
H A DREADME.REDIST.BINS262 and other parties. The following terms apply to all files associated
263 with the software unless explicitly disclaimed in individual files.
H A DREADME.md33 `*.exe` files are ready to use.
H A DUPGRADING.INTERNALS138 - Added Bison flag '-Wall' when generating lexer files as done in *nix build
/php-src/.github/actions/verify-generated-files/
H A Daction.yml1 name: Verify generated files are up to date
/php-src/.github/
H A Dlabeler.yml2 - changed-files:
7 - changed-files:
12 - changed-files:
24 - changed-files:
29 - changed-files:
34 - changed-files:
39 - changed-files:
44 - changed-files:
49 - changed-files:
54 - changed-files:
[all …]
/php-src/.github/workflows/
H A Dnightly.yml140 - name: Verify generated files are up to date
141 uses: ./.github/actions/verify-generated-files
283 - name: Verify generated files are up to date
284 uses: ./.github/actions/verify-generated-files
615 - name: Verify generated files are up to date
616 uses: ./.github/actions/verify-generated-files
713 - name: Verify generated files are up to date
714 uses: ./.github/actions/verify-generated-files
764 - name: Verify generated files are up to date
765 uses: ./.github/actions/verify-generated-files
H A Dpush.yml149 - name: Verify generated files are up to date
151 uses: ./.github/actions/verify-generated-files
193 - name: Verify generated files are up to date
194 uses: ./.github/actions/verify-generated-files
/php-src/Zend/tests/
H A Dbug39602.phpt10 ini_set("session.save_handler","files");
H A Dbug78340.phpt8 public static $files= [];
13 $this->bytes= self::$files[$path];
47 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-src/Zend/
H A Dzend.c1921 va_list files; in zend_execute_scripts() local
1926 va_start(files, file_count); in zend_execute_scripts()
1928 file_handle = va_arg(files, zend_file_handle *); in zend_execute_scripts()
1937 va_end(files); in zend_execute_scripts()
/php-src/build/
H A Dax_func_which_gethostbyname_r.m425 # These example files can be found at
H A Dlibtool.m42356 [AC_CACHE_CHECK([for $LD option to reload object files],
4248 # How to create reloadable object files.
4277 # Must we lock files when doing compilation?
4694 # Now try linking the two files.
4779 # Common symbols not allowed in MH_DYLIB files
4831 # Common symbols not allowed in MH_DYLIB files
5070 # Common symbols not allowed in MH_DYLIB files
5123 # Common symbols not allowed in MH_DYLIB files
5784 # Tell ltmain to make .lib files, not .a files.
5786 # Tell ltmain to make .dll files, not .so files.
[all …]
H A Dltmain.sh1745 -precious-files-regex)
4583 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5854 files=
5863 files="$files $dest"
5916 if test -z "$files"; then
5940 set dummy $files
5950 for file in $files; do
5970 for file in $files; do
6545 files=
6558 *) files="$files $arg" ;;
[all …]
H A Dphp.m496 dnl Adds "file" to the list of files generated by AC_OUTPUT. This macro can be
840 dnl optionally also the source-files for the SAPI-specific objects.
908 dnl "sources" is a list of files relative to the subdir which are used to build
1958 dnl PHP header files to be installed.
H A Dphp_cxx_compile_stdcxx.m439 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 116 milliseconds

12345678910>>...32