Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 39) sorted by path

12

/php-src/
H A DCODING_STANDARDS.md245 1. Header file that is used by other sources must be named `php_modulename.h`.
H A DREADME.md75 successful compilation of the sources to run this test suite.
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
/php-src/Zend/Optimizer/
H A Ddfa_pass.c607 ssa, phi->ssa_var, phi->sources[0], /* update_types */ 0); in replace_predecessor()
612 phi->sources + old_pred_idx, in replace_predecessor()
613 phi->sources + old_pred_idx + 1, in replace_predecessor()
H A Descape_analysis.c95 union_find_unite(parent, size, i, p->sources[0]); in zend_build_equi_escape_sets()
98 union_find_unite(parent, size, i, p->sources[j]); in zend_build_equi_escape_sets()
H A Dsccp.c2054 ZEND_ASSERT(phi->sources[0] >= 0); in sccp_visit_phi()
2056 …join_phi_values(&result, &ctx->values[phi->sources[0]], ssa->vars[phi->ssa_var].escape_state != ES… in sccp_visit_phi()
2060 ZEND_ASSERT(phi->sources[i] >= 0); in sccp_visit_phi()
2063 scp_dump_value(&ctx->values[phi->sources[i]]); in sccp_visit_phi()
2066 …join_phi_values(&result, &ctx->values[phi->sources[i]], ssa->vars[phi->ssa_var].escape_state != ES… in sccp_visit_phi()
H A Dssa_integrity.c334 int source = phi->sources[i]; in ssa_verify_integrity()
347 if (phi->sources[j] == source && phi->use_chains[j]) { in ssa_verify_integrity()
H A Dzend_dump.c898 zend_dump_ssa_var(op_array, ssa, p->sources[j], 0, p->var, dump_flags); in zend_dump_block_header()
903 zend_dump_ssa_var(op_array, ssa, p->sources[0], 0, p->var, dump_flags); in zend_dump_block_header()
H A Dzend_inference.c525 if (ssa_vars[p->sources[0]].no_val) { in zend_ssa_find_false_dependencies()
527 zend_bitset_incl(worklist, p->sources[0]); in zend_ssa_find_false_dependencies()
531 ZEND_ASSERT(p->sources[j] >= 0); in zend_ssa_find_false_dependencies()
532 if (ssa->vars[p->sources[j]].no_val) { in zend_ssa_find_false_dependencies()
1098 int src1 = p->sources[0]; in zend_inference_calc_range()
1119 && p->sources[1] == var in zend_inference_calc_range()
1133 && p->sources[1] == var in zend_inference_calc_range()
1175 *tmp = ssa->var_info[p->sources[0]].range; in zend_inference_calc_range()
1236 ZEND_ASSERT(p->sources[i] >= 0); in zend_inference_calc_range()
4245 ZEND_ASSERT(p->sources[i] >= 0); in zend_infer_types_ex()
[all …]
H A Dzend_ssa.c879 p->sources[j] = var[p->var]; in zend_ssa_rename()
892 p->sources[j] = var[p->var]; in zend_ssa_rename()
910 q->sources[j] = p->ssa_var; in zend_ssa_rename()
1145 ZEND_ASSERT(phi->sources[0] >= 0); in zend_ssa_compute_use_def_chains()
1171 ZEND_ASSERT(phi->sources[j] >= 0); in zend_ssa_compute_use_def_chains()
1319 if (p->sources[j] == var) { in zend_ssa_next_use_phi_ptr()
1395 if (phi->sources[j] == var_num) { in zend_ssa_remove_phi_source()
1430 if (phi->sources[i] == var_num) { in zend_ssa_remove_uses_of_var()
1672 if (phi->sources[j] == new) { in zend_ssa_rename_var_uses()
1679 if (phi->sources[j] == new) { in zend_ssa_rename_var_uses()
[all …]
H A Dzend_ssa.h73 int *sources; /* Array of SSA IDs that produce this var. member
212 if (p->sources[j] == var) { in zend_ssa_next_use_phi()
290 ZEND_ASSERT(_phi->sources[_i] >= 0); \
291 source = _phi->sources[_i];
/php-src/Zend/tests/attributes/
H A D001_placement.phpt30 $sources = [
43 foreach ($sources as $r) {
H A D028_grouped.phpt21 $sources = [
27 foreach ($sources as $ref) {
/php-src/Zend/
H A Dzend_execute.h111 (ref)->sources
117 (ZEND_PROPERTY_INFO_SOURCE_IS_LIST((ref)->sources.list) \
118 ? ZEND_PROPERTY_INFO_SOURCE_TO_LIST((ref)->sources.list)->ptr[0] \
119 : (ref)->sources.ptr)
H A Dzend_types.h590 zend_property_info_source_list sources; member
1186 _ref->sources.ptr = NULL; \
1197 _ref->sources.ptr = NULL; \
1209 _ref->sources.ptr = NULL; \
1221 _ref->sources.ptr = NULL; \
H A Dzend_vm_def.h9003 ref->sources.ptr = NULL;
H A Dzend_vm_execute.h40664 ref->sources.ptr = NULL; in ZEND_BIND_STATIC_SPEC_CV_HANDLER()
/php-src/build/
H A Dlibtool.m42742 # Source file extension for C test sources.
2745 # Object file extension for compiled C test sources.
2852 # Source file extension for C++ test sources.
2855 # Object file extension for compiled C++ test sources.
H A Dphp.m4177 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
179 dnl Adds sources which are located relative to source-path to the array of type
218 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared]]])
222 dnl from the sources. Should not be used directly.
236 dnl Iterate over the sources.
837 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
903 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
908 dnl "sources" is a list of files relative to the subdir which are used to build
2216 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
/php-src/docs-old/
H A Dparameter-parsing-api.md138 types (it can be found in `./scripts/dev/` directory of PHP sources):
141 php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A Dself-contained-extensions.md72 `LTLIBRARY_SOURCES` specifies the names of the sources files. You can name an
H A Dstreams.md14 based data sources.
299 * `level` will be disabled (recommended for underlying sources that implement
H A Dunix-build-system.md51 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
100 PHP_SELECT_SAPI(name, type, sources.c)
114 The foundation for the new system is the flexible handling of sources and their
/php-src/docs/
H A Drelease-process.md763 packaging the build, along with links to the sources, Windows binaries, and
/php-src/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)

Completed in 247 milliseconds

12