Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN_DIM (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c218 case ZEND_ASSIGN_DIM: in is_allocation_def()
260 case ZEND_ASSIGN_DIM: in is_local_def()
307 case ZEND_ASSIGN_DIM: in is_escape_use()
328 if ((opline-1)->opcode != ZEND_ASSIGN_DIM in is_escape_use()
489 ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_ssa_escape_analysis()
H A Dzend_dfg.c118 case ZEND_ASSIGN_DIM: in zend_build_dfg()
H A Ddce.c207 case ZEND_ASSIGN_DIM: in may_have_side_effects()
335 case ZEND_ASSIGN_DIM: in try_remove_var_def()
H A Dzend_optimizer.c260 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op1_const()
496 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op2_const()
570 case ZEND_ASSIGN_DIM: in zend_optimizer_replace_by_const()
H A Dsccp.c222 case ZEND_ASSIGN_DIM: in can_replace_op1()
1104 case ZEND_ASSIGN_DIM: in sccp_visit_instr()
2333 case ZEND_ASSIGN_DIM: in try_remove_definition()
2386 case ZEND_ASSIGN_DIM: in try_remove_definition()
H A Dzend_inference.c1352 case ZEND_ASSIGN_DIM: in zend_inference_calc_range()
1392 if ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_inference_calc_range()
2833 case ZEND_ASSIGN_DIM: in zend_update_type_info()
3460 case ZEND_ASSIGN_DIM: in zend_update_type_info()
4419 case ZEND_ASSIGN_DIM: in zend_may_throw()
4635 case ZEND_ASSIGN_DIM: in zend_may_throw()
H A Dcompact_literals.c258 case ZEND_ASSIGN_DIM: in zend_optimizer_compact_literals()
H A Dzend_ssa.c635 case ZEND_ASSIGN_DIM: in zend_ssa_rename()
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h102 #define ZEND_ASSIGN_DIM 23 macro
H A Dzend_compile.c2801 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign()
7651 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign_coalesce()
H A Dzend_execute.c1475 case ZEND_ASSIGN_DIM: in zend_wrong_string_offset()
H A Dzend_vm_def.h2600 ZEND_VM_HANDLER(23, ZEND_ASSIGN_DIM, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, SPEC(OP_DATA=CONST|TMP|VA…
/PHP-7.4/
H A DUPGRADING.INTERNALS220 others) with 0, ZEND_ASSIGN_DIM, ZEND_ASSIGN_OBJ or

Completed in 175 milliseconds