Home
last modified time | relevance | path

Searched refs:ZEND_FAST_CALL_FROM_FINALLY (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c73 if (op->extended_value == ZEND_FAST_CALL_FROM_FINALLY) { in phpdbg_decode_opline()
/PHP-7.0/Zend/
H A Dzend_compile.h952 #define ZEND_FAST_CALL_FROM_FINALLY 1 macro
H A Dzend_opcode.c530 op_array->opcodes[op_num].extended_value = ZEND_FAST_CALL_FROM_FINALLY; in zend_resolve_fast_call()
H A Dzend_vm_def.h7616 …if (opline->extended_value == ZEND_FAST_CALL_FROM_FINALLY && UNEXPECTED(Z_OBJ_P(fast_call) != NULL…
7635 if (fast_ret->extended_value & ZEND_FAST_CALL_FROM_FINALLY) {
H A Dzend_vm_execute.h1595 …if (opline->extended_value == ZEND_FAST_CALL_FROM_FINALLY && UNEXPECTED(Z_OBJ_P(fast_call) != NULL…
1614 if (fast_ret->extended_value & ZEND_FAST_CALL_FROM_FINALLY) {

Completed in 147 milliseconds