Home
last modified time | relevance | path

Searched refs:ZEND_CONCAT (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/Zend/Optimizer/
H A Dpass1.c64 case ZEND_CONCAT: in zend_optimizer_pass1()
101 if (opline->extended_value == ZEND_CONCAT && opline->op2_type == IS_CONST in zend_optimizer_pass1()
H A Dzend_optimizer.c411 case ZEND_CONCAT: in zend_optimizer_update_op1_const()
422 if (opline->opcode == ZEND_CONCAT && opline->op2_type == IS_CONST) { in zend_optimizer_update_op1_const()
601 case ZEND_CONCAT: in zend_optimizer_update_op2_const()
604 if (opline->opcode == ZEND_CONCAT && opline->op1_type == IS_CONST) { in zend_optimizer_update_op2_const()
H A Ddce.c94 case ZEND_CONCAT: in may_have_side_effects()
H A Dblock_pass.c680 case ZEND_CONCAT: in zend_optimize_block()
692 (src->opcode == ZEND_CONCAT || in zend_optimize_block()
775 } else if (opline->opcode == ZEND_CONCAT && in zend_optimize_block()
H A Dzend_inference.c1489 if (opline->extended_value != ZEND_CONCAT in zend_inference_propagate_range()
2345 case ZEND_CONCAT: in binary_op_result_type()
2596 case ZEND_CONCAT: in _zend_update_type_info()
4953 case ZEND_CONCAT: in zend_may_throw_ex()
5024 } else if (opline->extended_value == ZEND_CONCAT) { in zend_may_throw_ex()
H A Ddfa_pass.c1284 } else if (opline->opcode == ZEND_CONCAT) { in zend_dfa_optimize_op_array()
1673 && opline->extended_value != ZEND_CONCAT) { in zend_dfa_optimize_op_array()
H A Dsccp.c1246 case ZEND_CONCAT: in sccp_visit_instr()
1635 if (ct_eval_binary_op(&zv, ZEND_CONCAT, op1, op2) == SUCCESS) { in sccp_visit_instr()
/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h94 #define ZEND_CONCAT 8 macro
H A Dzend_ast.c426 if (!zend_binary_op_produces_error(ZEND_CONCAT, zv0, zv1) && in zend_ast_create_concat_op()
432 return zend_ast_create_binary_op(ZEND_CONCAT, op0, op1); in zend_ast_create_concat_op()
2144 case ZEND_CONCAT: BINARY_OP(" .= ", 90, 91, 90); in zend_ast_export_ex()
2162 case ZEND_CONCAT: BINARY_OP(" . ", 185, 185, 186); in zend_ast_export_ex()
H A Dzend_opcode.c1221 case ZEND_CONCAT: in get_binary_op()
H A Dzend_language_parser.y1158 { $$ = zend_ast_create_assign_op(ZEND_CONCAT, $1, $3); }
H A Dzend_operators.c1967 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_CONCAT); in concat_function()
2001 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_CONCAT); in concat_function()
H A Dzend_execute.c1603 if (opline->extended_value == ZEND_CONCAT && Z_TYPE(ref->val) == IS_STRING) { in zend_binary_assign_op_typed_ref()
1623 if (opline->extended_value == ZEND_CONCAT && Z_TYPE_P(zptr) == IS_STRING) { in zend_binary_assign_op_typed_prop()
H A Dzend_compile.c8710 if ((opcode == ZEND_CONCAT || opcode == ZEND_FAST_CONCAT)) { in zend_binary_op_produces_error()
9016 } else if (opcode == ZEND_CONCAT) { in zend_compile_binary_op()
H A Dzend_vm_def.h374 ZEND_VM_HANDLER(8, ZEND_CONCAT, CONST|TMPVAR|CV, CONST|TMPVAR|CV, SPEC(NO_CONST_CONST))
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c2697 case ZEND_CONCAT: in zend_jit_supported_binary_op()
3094 case ZEND_CONCAT: in zend_jit()
H A Dzend_jit_trace.c1795 case ZEND_CONCAT: in zend_jit_trace_build_tssa()
4527 case ZEND_CONCAT: in zend_jit_trace()
H A Dzend_jit_arm64.dasc6405 case ZEND_CONCAT:
6525 case ZEND_CONCAT:
13375 case ZEND_CONCAT:
H A Dzend_jit_x86.dasc6978 case ZEND_CONCAT:
7115 case ZEND_CONCAT:
14216 case ZEND_CONCAT:

Completed in 206 milliseconds