Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 29) sorted by relevance

12

/php-src/
H A D.gitattributes10 # 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 DCONTRIBUTING.md49 them by using `git rebase` instead of `git merge`.
383 later branches) an empty merge should be done.
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_066.phpt13 var_dump($x, 4); /* Optimizer will merge both "4" constants, making it immediately visible */
/php-src/ext/standard/tests/array/
H A Darray_replace_merge_recursive_ref.phpt2 Test array_(replace|merge)_recursive with references
H A Darray_merge.phpt30 /* loop through to merge two arrays */
/php-src/ext/dom/tests/
H A Dbug80602_4.phpt2 Bug #80602 (Segfault when using DOMChildNode::before()) - after text merge variation
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c1394 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 DLICENSE8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A Dir_cfg.c318 static void ir_remove_merge_input(ir_ctx *ctx, ir_ref merge, ir_ref from) in ir_remove_merge_input() argument
324 ir_insn *insn = &ctx->ir_base[merge]; in ir_remove_merge_input()
345 use_list = &ctx->use_lists[merge]; in ir_remove_merge_input()
365 ir_use_list_remove_all(ctx, merge, use); in ir_remove_merge_input()
373 use_list = &ctx->use_lists[merge]; in ir_remove_merge_input()
398 ir_use_list_remove_all(ctx, from, merge); in ir_remove_merge_input()
H A Dir.c2145 void _ir_MERGE_SET_OP(ir_ctx *ctx, ir_ref merge, ir_ref pos, ir_ref src) argument
2147 ir_insn *insn = &ctx->ir_base[merge];
2220 ir_insn *merge, *end; local
2238 merge = &ctx->ir_base[ctx->control];
2239 IR_ASSERT(merge->op == IR_MERGE);
2240 phi = ir_emit_N(ctx, IR_OPT(IR_PHI, type), merge->inputs_count + 1);
2241 merge = &ctx->ir_base[ctx->control];
2242 ops = merge->ops;
2244 for (i = 0; i < merge->inputs_count; i++) {
H A Dir_builder.h672 void _ir_MERGE_SET_OP(ir_ctx *ctx, ir_ref merge, ir_ref pos, ir_ref src);
/php-src/ext/dom/tests/delayed_freeing/
H A Dtext_node.phpt8 // Text nodes are special as the underlying library has a tendency to merge adjacent ones
/php-src/ext/tidy/tests/
H A D027.phpt17 'merge-divs' => false,
/php-src/ext/dom/tests/modern/spec/
H A Dtext_merging.phpt2 Appending should not merge text nodes
H A Dclone_text_nodes.phpt2 Cloning text nodes should not merge adjacent text nodes
/php-src/Zend/tests/generators/
H A Dyield_from_multi_tree_exception.phpt2 yield from on multiple trees needing merge
H A Dyield_from_multi_tree.phpt2 yield from on multiple trees needing merge
H A Dyield_from_multi_tree_single_nodes.phpt2 yield from on multiple trees needing merge, with intermediary nodes having only one child
/php-src/ext/date/lib/
H A DLICENSE.rst9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A Dparse_iso_intervals.re9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/php-src/sapi/fuzzer/
H A DREADME.md65 sapi/fuzzer/php-fuzz-parser -merge=1 ./my-parser-corpus sapi/fuzzer/corpus/parser
/php-src/.github/workflows/
H A Dpush.yml320 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
/php-src/sapi/fpm/tests/
H A Dfcgi.inc10 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/php-src/docs/
H A Drelease-process.md469 to 7.2, merge to 7.3, 7.4, etc.). Then, you can cherry-pick it into the
914 3. Before releasing X.Y.0, merge the `NEWS` entries of the pre-releases, so that
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1408 ir_ref merge = jit->bb_start_ref[phi->block]; in zend_jit_gen_phi() local
1416 ZEND_ASSERT(merge); in zend_jit_gen_phi()
1417 ZEND_ASSERT(jit->ctx.ir_base[merge].op == IR_MERGE || jit->ctx.ir_base[merge].op == IR_LOOP_BEGIN); in zend_jit_gen_phi()
1418 ZEND_ASSERT(n == jit->ctx.ir_base[merge].inputs_count); in zend_jit_gen_phi()
1421 ir_set_op(&jit->ctx, ref, 1, merge); in zend_jit_gen_phi()

Completed in 113 milliseconds

12