Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN_DIV (Results 1 – 18 of 18) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_vm_opcodes.h103 #define ZEND_ASSIGN_DIV 26 macro
H A Dzend_opcode.c713 case ZEND_ASSIGN_DIV: in get_binary_op()
H A Dzend_language_parser.y893 { $$ = zend_ast_create_assign_op(ZEND_ASSIGN_DIV, $1, $3); }
H A Dzend_execute.c1229 case ZEND_ASSIGN_DIV: in zend_wrong_string_offset()
1256 case ZEND_ASSIGN_DIV: in zend_wrong_string_offset()
H A Dzend_ast.c1621 case ZEND_ASSIGN_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
H A Dzend_vm_def.h1012 ZEND_VM_HANDLER(26, ZEND_ASSIGN_DIV, VAR|UNUSED|THIS|CV, CONST|TMPVAR|UNUSED|NEXT|CV, DIM_OBJ|CACHE…
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass2.c60 case ZEND_ASSIGN_DIV: in zend_optimizer_pass2()
H A Descape_analysis.c266 case ZEND_ASSIGN_DIV: in is_local_def()
316 case ZEND_ASSIGN_DIV: in is_escape_use()
H A Dzend_dfg.c106 case ZEND_ASSIGN_DIV: in zend_build_dfg()
H A Ddce.c207 case ZEND_ASSIGN_DIV: in may_have_side_effects()
336 case ZEND_ASSIGN_DIV: in try_remove_var_def()
H A Dpass3.c130 opline->opcode = ZEND_ASSIGN_DIV; in zend_optimizer_pass3()
H A Dcompact_literals.c236 case ZEND_ASSIGN_DIV: in zend_optimizer_compact_literals()
550 case ZEND_ASSIGN_DIV: in zend_optimizer_compact_literals()
H A Dsccp.c227 case ZEND_ASSIGN_DIV: in can_replace_op1()
1420 case ZEND_ASSIGN_DIV: in sccp_visit_instr()
2232 case ZEND_ASSIGN_DIV: in try_remove_definition()
2299 case ZEND_ASSIGN_DIV: in try_remove_definition()
H A Dzend_optimizer.c62 case ZEND_ASSIGN_DIV: return ZEND_DIV; in zend_compound_assign_to_binary_op()
511 case ZEND_ASSIGN_DIV: in zend_optimizer_update_op2_const()
H A Dzend_inference.c553 case ZEND_ASSIGN_DIV: return ZEND_DIV; in get_compound_assign_op()
1375 case ZEND_ASSIGN_DIV: in zend_inference_calc_range()
2479 case ZEND_ASSIGN_DIV: in zend_update_type_info()
3249 case ZEND_ASSIGN_DIV: in zend_update_type_info()
4365 case ZEND_ASSIGN_DIV: in zend_may_throw()
H A Ddfa_pass.c1210 || opline->opcode == ZEND_ASSIGN_DIV in zend_dfa_optimize_op_array()
H A Dzend_ssa.c712 case ZEND_ASSIGN_DIV: in zend_ssa_rename()
H A Dblock_pass.c1763 case ZEND_ASSIGN_DIV: in zend_t_usage()

Completed in 99 milliseconds