Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c6667 uint32_t opnum_catch = (uint32_t)-1; in zend_compile_try() local
6679 opnum_catch = get_next_op_number(); in zend_compile_try()
6681 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
6704 opline = &CG(active_op_array)->opcodes[opnum_catch]; in zend_compile_try()
6721 ZEND_ASSERT(opnum_catch != (uint32_t)-1 && "Should have at least one class"); in zend_compile_try()
6722 opline = &CG(active_op_array)->opcodes[opnum_catch]; in zend_compile_try()

Completed in 46 milliseconds