Home
last modified time | relevance | path

Searched refs:throw_op (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_def.h7523 const zend_op *throw_op = EG(opline_before_exception);
7524 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes;
7527 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
7528 && throw_op->extended_value & ZEND_FREE_ON_RETURN) {
7534 &EX(func)->op_array, throw_op_num, throw_op->op1.var);
7552 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
7553 switch (throw_op->opcode) {
7565 zval_ptr_dtor_nogc(EX_VAR(throw_op->result.var));
H A Dzend_vm_execute.h2596 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
2597 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2600 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE) in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2601 && throw_op->extended_value & ZEND_FREE_ON_RETURN) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2607 &EX(func)->op_array, throw_op_num, throw_op->op1.var); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2625 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2626 switch (throw_op->opcode) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2638 zval_ptr_dtor_nogc(EX_VAR(throw_op->result.var)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 134 milliseconds