Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_def.h7058 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));
H A Dzend_vm_execute.h1747 const zend_op *throw_op = EG(opline_before_exception); local
1748 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 144 milliseconds