/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_ssa.c | 825 p->sources[j] = var[p->var]; in zend_ssa_rename() 838 p->sources[j] = var[p->var]; in zend_ssa_rename() 852 q->sources[j] = p->ssa_var; in zend_ssa_rename() 1091 ZEND_ASSERT(phi->sources[0] >= 0); in zend_ssa_compute_use_def_chains() 1117 ZEND_ASSERT(phi->sources[j] >= 0); in zend_ssa_compute_use_def_chains() 1231 if (p->sources[j] == var) { in zend_ssa_next_use_phi_ptr() 1307 if (phi->sources[j] == var_num) { in zend_ssa_remove_phi_source() 1342 if (phi->sources[i] == var_num) { in zend_ssa_remove_uses_of_var() 1575 if (phi->sources[j] == new) { in zend_ssa_rename_var_uses() 1582 if (phi->sources[j] == new) { in zend_ssa_rename_var_uses() [all …]
|
H A D | zend_ssa.h | 74 int *sources; /* Array of SSA IDs that produce this var. member 207 if (p->sources[j] == var) { in zend_ssa_next_use_phi() 283 ZEND_ASSERT(_phi->sources[_i] >= 0); \ 284 source = _phi->sources[_i];
|
H A D | zend_inference.c | 291 if (ssa_vars[p->sources[0]].no_val) { in zend_ssa_find_false_dependencies() 293 zend_bitset_incl(worklist, p->sources[0]); in zend_ssa_find_false_dependencies() 297 ZEND_ASSERT(p->sources[j] >= 0); in zend_ssa_find_false_dependencies() 298 if (ssa->vars[p->sources[j]].no_val) { in zend_ssa_find_false_dependencies() 300 zend_bitset_incl(worklist, p->sources[j]); in zend_ssa_find_false_dependencies() 858 if (ssa->var_info[p->sources[0]].has_range) { in zend_inference_calc_range() 859 *tmp = ssa->var_info[p->sources[0]].range; in zend_inference_calc_range() 893 *tmp = ssa->var_info[p->sources[0]].range; in zend_inference_calc_range() 954 ZEND_ASSERT(p->sources[i] >= 0); in zend_inference_calc_range() 3811 ZEND_ASSERT(p->sources[i] >= 0); in zend_infer_types_ex() [all …]
|
H A D | escape_analysis.c | 96 union_find_unite(parent, size, i, p->sources[0]); in zend_build_equi_escape_sets() 99 union_find_unite(parent, size, i, p->sources[j]); in zend_build_equi_escape_sets()
|
H A D | ssa_integrity.c | 292 int source = phi->sources[i]; in ssa_verify_integrity() 305 if (phi->sources[j] == source && phi->use_chains[j]) { in ssa_verify_integrity()
|
H A D | sccp.c | 2141 ZEND_ASSERT(phi->sources[0] >= 0); in sccp_visit_phi() 2143 …join_phi_values(&result, &ctx->values[phi->sources[0]], ssa->vars[phi->ssa_var].escape_state != ES… in sccp_visit_phi() 2147 ZEND_ASSERT(phi->sources[i] >= 0); in sccp_visit_phi() 2150 scp_dump_value(&ctx->values[phi->sources[i]]); in sccp_visit_phi() 2153 …join_phi_values(&result, &ctx->values[phi->sources[i]], ssa->vars[phi->ssa_var].escape_state != ES… in sccp_visit_phi()
|
H A D | zend_dump.c | 833 zend_dump_ssa_var(op_array, ssa, p->sources[j], 0, p->var, dump_flags); in zend_dump_block_header() 838 zend_dump_ssa_var(op_array, ssa, p->sources[0], 0, p->var, dump_flags); in zend_dump_block_header()
|
/PHP-7.4/ext/opcache/tests/ |
H A D | phi_remove_002.phpt | 2 Phi sources remove 002
|
H A D | phi_remove_001.phpt | 2 Phi sources remove 001
|
/PHP-7.4/ext/odbc/tests/ |
H A D | odbc_data_source_001.phpt | 7 die("skip no data sources defined on this system");
|
/PHP-7.4/ext/sockets/tests/ |
H A D | socket_set_option_in6_pktinfo.phpt | 30 //See do_ipv6_getsockopt() on the kernel sources
|
/PHP-7.4/ext/curl/tests/ |
H A D | curl_multi_getcontent_basic3.phpt | 2 Curl_multi_getcontent() basic test with different sources (local file/http)
|
/PHP-7.4/docs/ |
H A D | unix-build-system.md | 53 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 D | parameter-parsing-api.md | 129 types (it can be found in `./scripts/dev/` directory of PHP sources): 132 php ./scripts/dev/check_parameters.php /path/to/your/sources/
|
H A D | self-contained-extensions.md | 72 `LTLIBRARY_SOURCES` specifies the names of the sources files. You can name an
|
H A D | streams.md | 14 based data sources. 299 * `level` will be disabled (recommended for underlying sources that implement
|
/PHP-7.4/Zend/ |
H A D | zend_execute.h | 64 (ref)->sources 70 (ZEND_PROPERTY_INFO_SOURCE_IS_LIST((ref)->sources.list) \ 71 ? ZEND_PROPERTY_INFO_SOURCE_TO_LIST((ref)->sources.list)->ptr[0] \ 72 : (ref)->sources.ptr)
|
H A D | zend_types.h | 403 zend_property_info_source_list sources; member 902 _ref->sources.ptr = NULL; \ 913 _ref->sources.ptr = NULL; \ 925 _ref->sources.ptr = NULL; \ 937 _ref->sources.ptr = NULL; \
|
/PHP-7.4/ |
H A D | buildconf | 32 installing Autoconf and running buildconf is not needed. For the PHP sources
|
H A D | README.md | 63 successful compilation of the sources to run this test suite.
|
/PHP-7.4/sapi/phpdbg/ |
H A D | README.md | 30 sources, and enable the SAPI with the configure command. It is enabled by
|
/PHP-7.4/build/ |
H A D | php.m4 | 180 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[, special-post-fla… 225 dnl from the sources. Should not be used directly. 239 dnl Iterate over the sources. 860 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]]) 921 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]… 926 dnl "sources" is a list of files relative to the subdir which are used to build 2309 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
|
/PHP-7.4/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 30 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result_format.phpt | 212 `sources` double(17,4) default NULL,
|
/PHP-7.4/ext/standard/ |
H A D | config.m4 | 483 dnl Setup extension sources
|