Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_opcodes.h102 #define ZEND_ASSIGN_DIV 26 macro
H A Dzend_opcode.c732 case ZEND_ASSIGN_DIV: in get_binary_op()
H A Dzend_language_parser.y891 { $$ = zend_ast_create_assign_op(ZEND_ASSIGN_DIV, $1, $3); }
H A Dzend_execute.c1136 case ZEND_ASSIGN_DIV: in zend_wrong_string_offset()
1162 case ZEND_ASSIGN_DIV: in zend_wrong_string_offset()
H A Dzend_ast.c1352 case ZEND_ASSIGN_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
H A Dzend_vm_def.h1013 ZEND_VM_HANDLER(26, ZEND_ASSIGN_DIV, VAR|UNUSED|THIS|CV, CONST|TMPVAR|UNUSED|NEXT|CV, DIM_OBJ, SPEC…
/PHP-7.2/ext/opcache/Optimizer/
H A Dpass2.c60 case ZEND_ASSIGN_DIV: in zend_optimizer_pass2()
H A Dzend_dfg.c105 case ZEND_ASSIGN_DIV: in zend_build_dfg()
H A Ddce.c198 case ZEND_ASSIGN_DIV: in may_have_side_effects()
304 case ZEND_ASSIGN_DIV: in try_remove_var_def()
H A Dpass3.c127 opline->opcode = ZEND_ASSIGN_DIV; in zend_optimizer_pass3()
H A Dcompact_literals.c262 case ZEND_ASSIGN_DIV: in zend_optimizer_compact_literals()
H A Dzend_optimizer.c62 case ZEND_ASSIGN_DIV: return ZEND_DIV; in zend_compound_assign_to_binary_op()
425 case ZEND_ASSIGN_DIV: in zend_optimizer_update_op2_const()
H A Dsccp.c159 case ZEND_ASSIGN_DIV: in can_replace_op1()
979 case ZEND_ASSIGN_DIV: in sccp_visit_instr()
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()
2450 case ZEND_ASSIGN_DIV: in zend_update_type_info()
3194 case ZEND_ASSIGN_DIV: in zend_update_type_info()
4300 case ZEND_ASSIGN_DIV: in zend_may_throw()
H A Ddfa_pass.c835 || opline->opcode == ZEND_ASSIGN_DIV in zend_dfa_optimize_op_array()
H A Dzend_ssa.c702 case ZEND_ASSIGN_DIV: in zend_ssa_rename()
H A Dblock_pass.c1728 case ZEND_ASSIGN_DIV: in zend_t_usage()

Completed in 114 milliseconds