Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/Zend/Optimizer/
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];
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 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.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()
/php-src/ext/opcache/tests/
H A Dphi_remove_002.phpt2 Phi sources remove 002
H A Dphi_remove_001.phpt2 Phi sources remove 001
/php-src/ext/odbc/tests/
H A Dodbc_data_source_001.phpt9 die("skip no data sources defined on this system");
/php-src/ext/sockets/tests/
H A Dsocket_set_option_in6_pktinfo.phpt31 //See do_ipv6_getsockopt() on the kernel sources
/php-src/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/php-src/docs-old/
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
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
/php-src/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
H A DREADME.md75 successful compilation of the sources to run this test suite.
/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; \
/php-src/ext/dom/lexbor/patches/
H A DREADME.md3 Upon syncing the Lexbor sources, the patches in this directory need to be applied.
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c707 phi->sources[0] = STACK_VAR(stack, k); in zend_jit_trace_add_phis()
708 phi->sources[1] = -1; in zend_jit_trace_add_phis()
744 phi->sources[0] = STACK_VAR(stack, i); in zend_jit_trace_add_call_phis()
745 phi->sources[1] = -1; in zend_jit_trace_add_call_phis()
776 phi->sources[0] = STACK_VAR(stack, i); in zend_jit_trace_add_ret_phis()
777 phi->sources[1] = -1; in zend_jit_trace_add_ret_phis()
2676 ssa_var_info[phi->sources[0]].type = in zend_jit_trace_build_tssa()
3169 i = phi->sources[1]; in zend_jit_trace_allocate_registers()
3213 int use = phi->sources[1]; in zend_jit_trace_allocate_registers()
3231 use = phi->sources[0]; in zend_jit_trace_allocate_registers()
[all …]
/php-src/build/
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
2217 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt31 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"

Completed in 102 milliseconds

12