Searched refs:throw_op (Results 1 – 3 of 3) sorted by relevance
3113 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper() local3115 if (throw_op in zend_jit_exception_in_interrupt_handler_helper()3116 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_jit_exception_in_interrupt_handler_helper()3117 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_jit_exception_in_interrupt_handler_helper()3118 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_jit_exception_in_interrupt_handler_helper()3119 && throw_op->opcode != ZEND_ROPE_INIT in zend_jit_exception_in_interrupt_handler_helper()3120 && throw_op->opcode != ZEND_ROPE_ADD) { in zend_jit_exception_in_interrupt_handler_helper()3121 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()
7929 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)7930 && throw_op->extended_value & ZEND_FREE_ON_RETURN) {7967 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {7968 switch (throw_op->opcode) {7981 if (!zend_is_smart_branch(throw_op)) {9974 if (throw_op in ZEND_VM_HELPER()9975 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in ZEND_VM_HELPER()9976 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in ZEND_VM_HELPER()9977 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in ZEND_VM_HELPER()9978 && throw_op->opcode != ZEND_ROPE_INIT in ZEND_VM_HELPER()[all …]
3172 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE) in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()3173 && throw_op->extended_value & ZEND_FREE_ON_RETURN) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()3210 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()3211 switch (throw_op->opcode) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()3224 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()3654 if (throw_op in zend_interrupt_helper_SPEC()3655 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_interrupt_helper_SPEC()3656 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_interrupt_helper_SPEC()3657 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_interrupt_helper_SPEC()3658 && throw_op->opcode != ZEND_ROPE_INIT in zend_interrupt_helper_SPEC()[all …]
Completed in 151 milliseconds