Searched refs:throw_op (Results 1 – 2 of 2) sorted by relevance
7058 const zend_op *throw_op = EG(opline_before_exception);7059 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes;7088 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {7089 switch (throw_op->opcode) {7103 zval_ptr_dtor_nogc(EX_VAR(throw_op->result.var));
1747 const zend_op *throw_op = EG(opline_before_exception); local1748 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes;1777 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {1778 switch (throw_op->opcode) {1792 zval_ptr_dtor_nogc(EX_VAR(throw_op->result.var));
Completed in 131 milliseconds