Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN_OP (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h105 #define ZEND_ASSIGN_OP 26 macro
H A Dzend_execute.c1442 case ZEND_ASSIGN_OP: in zend_wrong_string_offset()
1480 case ZEND_ASSIGN_OP: in zend_wrong_string_offset()
H A Dzend_compile.c2933 opline = zend_emit_op(result, ZEND_ASSIGN_OP, &var_node, &expr_node); in zend_compile_compound_assign()
H A Dzend_vm_def.h1290 ZEND_VM_HANDLER(26, ZEND_ASSIGN_OP, VAR|CV, CONST|TMPVAR|CV, OP)
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass2.c103 case ZEND_ASSIGN_OP: in zend_optimizer_pass2()
H A Dzend_dfg.c110 case ZEND_ASSIGN_OP: in zend_build_dfg()
H A Ddce.c204 case ZEND_ASSIGN_OP: in may_have_side_effects()
340 case ZEND_ASSIGN_OP: in try_remove_var_def()
H A Dpass3.c121 opline->opcode = ZEND_ASSIGN_OP; in zend_optimizer_pass3()
H A Descape_analysis.c302 case ZEND_ASSIGN_OP: in is_escape_use()
H A Ddfa_pass.c1246 } else if (opline->opcode == ZEND_ASSIGN_OP in zend_dfa_optimize_op_array()
1261 } else if (opline->opcode == ZEND_ASSIGN_OP in zend_dfa_optimize_op_array()
1280 && opline->opcode == ZEND_ASSIGN_OP in zend_dfa_optimize_op_array()
H A Dsccp.c225 case ZEND_ASSIGN_OP: in can_replace_op1()
1488 case ZEND_ASSIGN_OP: in sccp_visit_instr()
1498 if (opline->opcode == ZEND_ASSIGN_OP) { in sccp_visit_instr()
2335 case ZEND_ASSIGN_OP: in try_remove_definition()
H A Dzend_inference.c1365 case ZEND_ASSIGN_OP: in zend_inference_calc_range()
1394 ((opline-1)->opcode == ZEND_ASSIGN_OP && in zend_inference_calc_range()
2613 case ZEND_ASSIGN_OP: in zend_update_type_info()
2645 opline->opcode == ZEND_ASSIGN_OP ? ssa_ops[i].op1_def : -1, optimization_level); in zend_update_type_info()
3968 if (opcode == ZEND_ASSIGN_OP) { in can_convert_to_double()
4586 case ZEND_ASSIGN_OP: in zend_may_throw()
H A Dzend_optimizer.c304 case ZEND_ASSIGN_OP: in zend_optimizer_update_op1_const()
H A Dzend_ssa.c727 case ZEND_ASSIGN_OP: in zend_ssa_rename()
H A Dblock_pass.c1733 case ZEND_ASSIGN_OP: in zend_t_usage()
/PHP-7.4/
H A DUPGRADING.INTERNALS221 ZEND_ASSIGN_STATIC_PROP in extended value, now we use ZEND_ASSIGN_OP,

Completed in 130 milliseconds