Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 42) 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()
1088 int src1 = p->sources[0]; in zend_inference_calc_range()
1109 && p->sources[1] == var in zend_inference_calc_range()
1123 && p->sources[1] == var in zend_inference_calc_range()
1165 *tmp = ssa->var_info[p->sources[0]].range; in zend_inference_calc_range()
1226 ZEND_ASSERT(p->sources[i] >= 0); in zend_inference_calc_range()
4235 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()
/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/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
H A DREADME.md74 successful compilation of the sources to run this test suite.
/php-src/docs-old/
H A Dunix-build-system.md51 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
97 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/Zend/
H A Dzend_execute.h116 (ref)->sources
122 (ZEND_PROPERTY_INFO_SOURCE_IS_LIST((ref)->sources.list) \
123 ? ZEND_PROPERTY_INFO_SOURCE_TO_LIST((ref)->sources.list)->ptr[0] \
124 : (ref)->sources.ptr)
H A Dzend_types.h591 zend_property_info_source_list sources; member
1190 _ref->sources.ptr = NULL; \
1201 _ref->sources.ptr = NULL; \
1213 _ref->sources.ptr = NULL; \
1225 _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.c706 phi->sources[0] = STACK_VAR(stack, k); in zend_jit_trace_add_phis()
707 phi->sources[1] = -1; in zend_jit_trace_add_phis()
743 phi->sources[0] = STACK_VAR(stack, i); in zend_jit_trace_add_call_phis()
744 phi->sources[1] = -1; in zend_jit_trace_add_call_phis()
775 phi->sources[0] = STACK_VAR(stack, i); in zend_jit_trace_add_ret_phis()
776 phi->sources[1] = -1; in zend_jit_trace_add_ret_phis()
2734 ssa_var_info[phi->sources[0]].type = in zend_jit_trace_build_tssa()
3227 i = phi->sources[1]; in zend_jit_trace_allocate_registers()
3271 int use = phi->sources[1]; in zend_jit_trace_allocate_registers()
3289 use = phi->sources[0]; in zend_jit_trace_allocate_registers()
[all …]
/php-src/build/
H A Dphp.m4198 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
200 dnl Adds sources which are located relative to source-path to the array of type
201 dnl type. The blank-or-newline separated list of "sources" are processed with
244 dnl from the blank-or-newline-separated list of "sources". Should not be used
259 dnl Iterate over the sources.
855 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags]])
860 dnl "sources" and compilation flags "extra-cflags" to build the SAPI-specific
864 dnl [<sources...>],
932 dnl "sources" is a blank-or-newline-separated list of source files relative to
2262 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
[all …]
/php-src/ext/skeleton/
H A Dconfig.m4.in104 dnl Configure extension sources and compilation flags.
/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 140 milliseconds

12