/php-src/ |
H A D | .gitattributes | 10 # A custom merge driver to avoid automatic merges. These are manually merged. 12 /NEWS merge=NEWS 13 /UPGRADING merge=NEWS 14 /UPGRADING.INTERNALS merge=NEWS
|
H A D | CONTRIBUTING.md | 49 them by using `git rebase` instead of `git merge`. 379 later branches) an empty merge should be done.
|
/php-src/Zend/tests/type_declarations/ |
H A D | typed_properties_066.phpt | 13 var_dump($x, 4); /* Optimizer will merge both "4" constants, making it immediately visible */
|
/php-src/ext/standard/tests/array/ |
H A D | array_replace_merge_recursive_ref.phpt | 2 Test array_(replace|merge)_recursive with references
|
H A D | array_merge.phpt | 30 /* loop through to merge two arrays */
|
/php-src/ext/dom/tests/ |
H A D | bug80602_4.phpt | 2 Bug #80602 (Segfault when using DOMChildNode::before()) - after text merge variation
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | text_node.phpt | 8 // Text nodes are special as the underlying library has a tendency to merge adjacent ones
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_sccp.c | 1394 ir_ref end1_ref = merge->op1, end2_ref = merge->op2; in ir_optimize_phi() 1756 ir_ref end1_ref = merge->op1, end2_ref = merge->op2; in ir_try_split_if() 1770 SWAP_REFS(merge->op1, merge->op2); in ir_try_split_if() 1888 merge->optx = IR_OPTX(op, IR_VOID, 1); in ir_try_split_if() 1889 merge->op1 = end2_ref; in ir_try_split_if() 1890 merge->op2 = IR_UNUSED; in ir_try_split_if() 1940 ir_ref end1_ref = merge->op1, end2_ref = merge->op2; in ir_try_split_if_cmp() 1954 SWAP_REFS(merge->op1, merge->op2); in ir_try_split_if_cmp() 2084 merge->op1 = end2_ref; in ir_try_split_if_cmp() 2085 merge->op2 = IR_UNUSED; in ir_try_split_if_cmp() [all …]
|
H A D | LICENSE | 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
H A D | ir_cfg.c | 319 static void ir_remove_merge_input(ir_ctx *ctx, ir_ref merge, ir_ref from) in ir_remove_merge_input() argument 325 ir_insn *insn = &ctx->ir_base[merge]; in ir_remove_merge_input() 346 use_list = &ctx->use_lists[merge]; in ir_remove_merge_input() 366 ir_use_list_remove_all(ctx, merge, use); in ir_remove_merge_input() 374 use_list = &ctx->use_lists[merge]; in ir_remove_merge_input() 399 ir_use_list_remove_all(ctx, from, merge); in ir_remove_merge_input()
|
H A D | ir.c | 2173 void _ir_MERGE_SET_OP(ir_ctx *ctx, ir_ref merge, ir_ref pos, ir_ref src) argument 2175 ir_insn *insn = &ctx->ir_base[merge]; 2248 ir_insn *merge, *end; local 2266 merge = &ctx->ir_base[ctx->control]; 2267 IR_ASSERT(merge->op == IR_MERGE); 2268 phi = ir_emit_N(ctx, IR_OPT(IR_PHI, type), merge->inputs_count + 1); 2269 merge = &ctx->ir_base[ctx->control]; 2270 ops = merge->ops; 2272 for (i = 0; i < merge->inputs_count; i++) {
|
H A D | ir_builder.h | 676 void _ir_MERGE_SET_OP(ir_ctx *ctx, ir_ref merge, ir_ref pos, ir_ref src);
|
/php-src/ext/tidy/tests/ |
H A D | 027.phpt | 17 'merge-divs' => false,
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | text_merging.phpt | 2 Appending should not merge text nodes
|
H A D | clone_text_nodes.phpt | 2 Cloning text nodes should not merge adjacent text nodes
|
/php-src/Zend/tests/generators/ |
H A D | yield_from_multi_tree_exception.phpt | 2 yield from on multiple trees needing merge
|
H A D | yield_from_multi_tree.phpt | 2 yield from on multiple trees needing merge
|
H A D | yield_from_multi_tree_single_nodes.phpt | 2 yield from on multiple trees needing merge, with intermediary nodes having only one child
|
/php-src/ext/date/lib/ |
H A D | LICENSE.rst | 9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
H A D | parse_iso_intervals.re | 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/php-src/sapi/fuzzer/ |
H A D | README.md | 65 sapi/fuzzer/php-fuzz-parser -merge=1 ./my-parser-corpus sapi/fuzzer/corpus/parser
|
/php-src/.github/workflows/ |
H A D | push.yml | 355 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 10 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1443 ZEND_ASSERT(merge); in zend_jit_gen_phi() 1444 ZEND_ASSERT(jit->ctx.ir_base[merge].op == IR_MERGE || jit->ctx.ir_base[merge].op == IR_LOOP_BEGIN); in zend_jit_gen_phi() 1448 ir_set_op(&jit->ctx, ref, 1, merge); in zend_jit_gen_phi() 15912 ir_ref merge = IR_UNUSED; local 15926 ir_END_list(merge); 15938 ir_END_list(merge); 15939 ir_MERGE_list(merge); 15945 ir_ref merge = IR_UNUSED; local 15955 ir_END_list(merge); 15968 ir_END_list(merge); [all …]
|
/php-src/docs/ |
H A D | release-process.md | 479 to 7.2, merge to 7.3, 7.4, etc.). Then, you can cherry-pick it into the 924 3. Before releasing X.Y.0, merge the `NEWS` entries of the pre-releases, so that
|