Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_def.h6965 const zend_op *throw_op = EG(opline_before_exception);
6966 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes;
6969 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
6970 && throw_op->extended_value & ZEND_FREE_ON_RETURN) {
6976 &EX(func)->op_array, throw_op_num, throw_op->op1.var);
6994 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
6995 switch (throw_op->opcode) {
7009 zval_ptr_dtor_nogc(EX_VAR(throw_op->result.var));
H A Dzend_vm_execute.h1748 const zend_op *throw_op = EG(opline_before_exception); local
1749 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes;
1752 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
1753 && throw_op->extended_value & ZEND_FREE_ON_RETURN) {
1759 &EX(func)->op_array, throw_op_num, throw_op->op1.var);
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 192 milliseconds