Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 231) sorted by path

12345678910

/php-src/.github/
H A DCODEOWNERS2 # or interested parties over a particular area of the php-src source code.
/php-src/.github/scripts/windows/
H A Dtest_task.bat136 …gress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --tem…
/php-src/.github/workflows/
H A Ddocs.yml24 run: rstfmt --check -w 100 docs/source
30 documentation_path: docs/source
/php-src/
H A D.gitignore13 # Patches downloaded to patch files or to apply open source contributions
H A DCODING_STANDARDS.md10 1. Document your code in source files and the manual. (tm)
54 1. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of
55 the source. Although the `PHP_*` macros are mostly aliased to the `ZEND_*`
231 1. Main module source file must be named `modulename.c`.
H A DCONTRIBUTING.md21 * [PHP source code directory structure](#php-source-code-directory-structure)
58 and build PHP source code. We recommend to look at our
81 can be found in the [EXTENSIONS](/EXTENSIONS) file in the PHP source code
136 can check the XML source out from Subversion and edit that and build it
154 ## PHP source code directory structure
156 PHP source code also includes several files generated during development and
162 ├─ .git/ # Git configuration and source directory
275 Update any open bugs and add a link to the source of your change. Send the patch
283 - Update git source just before running your final `diff` and before testing.
434 New source code files should include the following header block:
[all …]
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
H A DREADME.REDIST.BINS82 Redistribution and use in source and binary forms, with or without
128 Redistribution and use in source and binary forms, with or without
131 1. Redistributions of source code must retain the above copyright
170 Redistribution and use in source and binary forms, with or without
225 Redistribution and use in source and binary forms, with or without
229 1. Redistributions of source code must retain the above copyright
331 Redistribution and use in source and binary forms, with or without
334 1. Redistributions of source code must retain the above copyright
387 1. Redistributions of source code must retain the above copyright
444 1. Redistributions of source code must retain the above copyright
[all …]
H A DREADME.md37 ### Building PHP source code
72 ## Testing PHP source code
88 ## Installing PHP built from source
105 The PHP source code is located in the Git repository at
/php-src/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
8 - Redistributions of source code must retain the above copyright notice,
H A Dthreads.m43 dnl Redistribution and use in source and binary forms, with or without
7 dnl 1. Redistributions of source code must retain the above copyright
/php-src/Zend/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
/php-src/Zend/Optimizer/
H A Ddce.c319 int source; in add_phi_sources_to_worklists() local
320 FOREACH_PHI_SOURCE(phi, source) { in add_phi_sources_to_worklists()
321 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
468 int source; in get_common_phi_source() local
469 FOREACH_PHI_SOURCE(phi, source) { in get_common_phi_source()
470 if (source == phi->ssa_var) { in get_common_phi_source()
474 common_source = source; in get_common_phi_source()
475 } else if (common_source != source) { in get_common_phi_source()
646 int source; in dce_optimize_op_array() local
648 FOREACH_PHI_SOURCE(phi, source) { in dce_optimize_op_array()
[all …]
H A Dssa_integrity.c59 int source; in is_in_phi_sources() local
60 FOREACH_PHI_SOURCE(phi, source) { in is_in_phi_sources()
61 if (source == check) { in is_in_phi_sources()
334 int source = phi->sources[i]; in ssa_verify_integrity() local
335 if (source < 0) { in ssa_verify_integrity()
338 if (!is_in_phi_use_chain(ssa, source, phi)) { in ssa_verify_integrity()
339 FAIL(VARFMT " not in phi use chain of %d\n", VAR(phi->ssa_var), source); in ssa_verify_integrity()
341 if (ssa->vars[source].var != ssa->vars[phi->ssa_var].var) { in ssa_verify_integrity()
342 FAIL(VARFMT " source of phi for " VARFMT "\n", VAR(source), VAR(phi->ssa_var)); in ssa_verify_integrity()
347 if (phi->sources[j] == source && phi->use_chains[j]) { in ssa_verify_integrity()
[all …]
H A Dzend_ssa.c1331 static inline void zend_ssa_remove_use_of_phi_source(zend_ssa *ssa, zend_ssa_phi *phi, int source, … in zend_ssa_remove_use_of_phi_source() argument
1333 zend_ssa_phi **cur = &ssa->vars[source].phi_use_chain; in zend_ssa_remove_use_of_phi_source()
1335 cur = zend_ssa_next_use_phi_ptr(ssa, source, *cur); in zend_ssa_remove_use_of_phi_source()
1345 int source; in zend_ssa_remove_uses_of_phi_sources() local
1346 FOREACH_PHI_SOURCE(phi, source) { in zend_ssa_remove_uses_of_phi_sources()
1347 zend_ssa_remove_use_of_phi_source(ssa, phi, source, zend_ssa_next_use_phi(ssa, source, phi)); in zend_ssa_remove_uses_of_phi_sources()
H A Dzend_ssa.h286 #define FOREACH_PHI_SOURCE(phi, source) do { \ argument
291 source = _phi->sources[_i];
/php-src/Zend/asm/
H A DLICENSE15 a source language processor.
/php-src/Zend/tests/
H A Dbug41372.phpt2 Bug #41372 (Internal pointer of source array resets during array copying)
H A Dbug45805.phpt22 $source = &$obj->getX();
H A Dclosure_064.phpt2 The closure name includes the source location
H A Dclosure_065.phpt2 The closure name includes the source location (2)
H A Dgh11138.phpt2 move_uploaded_file() emits open_basedir warning for source file
H A Dignore_repeated_source.phpt15 // Also a repeated error, because we're ignoring the different source.
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_042.phpt2 Proper source duplication on assignment to typed property
H A Dtyped_properties_050.phpt2 Weak casts must not overwrite source variables

Completed in 47 milliseconds

12345678910