Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.2/Zend/tests/attributes/
H A D028_grouped.phpt21 $sources = [
27 foreach ($sources as $ref) {
H A D001_placement.phpt30 $sources = [
43 foreach ($sources as $r) {
/PHP-8.2/sapi/fpm/tests/
H A Dlogreader.inc26 private array $sources = [];
50 return $this->sources[$this->currentSourceName];
62 if ( ! isset($this->sources[$name])) {
63 $this->sources[$name] = new LogStreamSource($stream);
76 if ( ! isset($this->sources[$name])) {
77 $this->sources[$name] = new LogFileSource($filePath);
119 if (empty($this->sources)) {
122 $hasMultipleDescriptors = count($this->sources) > 1;
124 foreach ($this->sources as $name => $source) {
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.c849 p->sources[j] = var[p->var]; in zend_ssa_rename()
862 p->sources[j] = var[p->var]; in zend_ssa_rename()
880 q->sources[j] = p->ssa_var; in zend_ssa_rename()
1115 ZEND_ASSERT(phi->sources[0] >= 0); in zend_ssa_compute_use_def_chains()
1141 ZEND_ASSERT(phi->sources[j] >= 0); in zend_ssa_compute_use_def_chains()
1289 if (p->sources[j] == var) { in zend_ssa_next_use_phi_ptr()
1365 if (phi->sources[j] == var_num) { in zend_ssa_remove_phi_source()
1400 if (phi->sources[i] == var_num) { in zend_ssa_remove_uses_of_var()
1642 if (phi->sources[j] == new) { in zend_ssa_rename_var_uses()
1649 if (phi->sources[j] == new) { in zend_ssa_rename_var_uses()
[all …]
H A Dzend_ssa.h74 int *sources; /* Array of SSA IDs that produce this var. member
213 if (p->sources[j] == var) { in zend_ssa_next_use_phi()
291 ZEND_ASSERT(_phi->sources[_i] >= 0); \
292 source = _phi->sources[_i];
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()
4110 ZEND_ASSERT(p->sources[i] >= 0); in zend_infer_types_ex()
[all …]
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 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 Dsccp.c1991 ZEND_ASSERT(phi->sources[0] >= 0); in sccp_visit_phi()
1993 …join_phi_values(&result, &ctx->values[phi->sources[0]], ssa->vars[phi->ssa_var].escape_state != ES… in sccp_visit_phi()
1997 ZEND_ASSERT(phi->sources[i] >= 0); in sccp_visit_phi()
2000 scp_dump_value(&ctx->values[phi->sources[i]]); in sccp_visit_phi()
2003 …join_phi_values(&result, &ctx->values[phi->sources[i]], ssa->vars[phi->ssa_var].escape_state != ES… in sccp_visit_phi()
/PHP-8.2/ext/opcache/tests/
H A Dphi_remove_002.phpt2 Phi sources remove 002
H A Dphi_remove_001.phpt2 Phi sources remove 001
/PHP-8.2/ext/odbc/tests/
H A Dodbc_data_source_001.phpt9 die("skip no data sources defined on this system");
/PHP-8.2/ext/sockets/tests/
H A Dsocket_set_option_in6_pktinfo.phpt30 //See do_ipv6_getsockopt() on the kernel sources
/PHP-8.2/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/PHP-8.2/docs/
H A Dunix-build-system.md53 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
102 PHP_SELECT_SAPI(name, type, sources.c)
116 The foundation for the new system is the flexible handling of sources and their
H A Dparameter-parsing-api.md132 types (it can be found in `./scripts/dev/` directory of PHP sources):
135 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
/PHP-8.2/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
H A DREADME.md76 successful compilation of the sources to run this test suite.
/PHP-8.2/Zend/
H A Dzend_execute.h99 (ref)->sources
105 (ZEND_PROPERTY_INFO_SOURCE_IS_LIST((ref)->sources.list) \
106 ? ZEND_PROPERTY_INFO_SOURCE_TO_LIST((ref)->sources.list)->ptr[0] \
107 : (ref)->sources.ptr)
H A Dzend_types.h540 zend_property_info_source_list sources; member
1072 _ref->sources.ptr = NULL; \
1083 _ref->sources.ptr = NULL; \
1095 _ref->sources.ptr = NULL; \
1107 _ref->sources.ptr = NULL; \
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c736 phi->sources[0] = STACK_VAR(stack, k); in zend_jit_trace_add_phis()
737 phi->sources[1] = -1; in zend_jit_trace_add_phis()
773 phi->sources[0] = STACK_VAR(stack, i); in zend_jit_trace_add_call_phis()
774 phi->sources[1] = -1; in zend_jit_trace_add_call_phis()
805 phi->sources[0] = STACK_VAR(stack, i); in zend_jit_trace_add_ret_phis()
806 phi->sources[1] = -1; in zend_jit_trace_add_ret_phis()
3096 i = phi->sources[1]; in zend_jit_trace_allocate_registers()
3206 if (intervals[phi->sources[1]] in zend_jit_trace_allocate_registers()
3379 int use = phi->sources[1]; in zend_jit_trace_allocate_registers()
3400 use = phi->sources[0]; in zend_jit_trace_allocate_registers()
[all …]
H A Dzend_jit.c1742 if (phi->pi == i && phi->sources[0] >= 0) { in zend_jit_compute_liveness()
1743 if (zend_bitset_in(candidates, phi->sources[0])) { in zend_jit_compute_liveness()
1744 zend_bitset_incl(live, phi->sources[0]); in zend_jit_compute_liveness()
1751 if (phi->sources[k] >= 0 && zend_bitset_in(candidates, phi->sources[k])) { in zend_jit_compute_liveness()
1752 zend_bitset_incl(live, phi->sources[k]); in zend_jit_compute_liveness()
1889 src = phi->sources[0]; in zend_jit_compute_liveness()
1895 src = phi->sources[k]; in zend_jit_compute_liveness()
1901 src = ssa->vars[src].definition_phi->sources[0]; in zend_jit_compute_liveness()
2514 src = phi->sources[0]; in zend_jit_allocate_registers()
2530 src = phi->sources[k]; in zend_jit_allocate_registers()
[all …]
/PHP-8.2/build/
H A Dphp.m4180 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
182 dnl Adds sources which are located relative to source-path to the array of type
221 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared]]])
225 dnl from the sources. Should not be used directly.
239 dnl Iterate over the sources.
844 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
905 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
910 dnl "sources" is a list of files relative to the subdir which are used to build
2314 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
/PHP-8.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt31 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"

Completed in 149 milliseconds

12