Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c5014 uint32_t opnum_catch = (uint32_t)-1; in zend_compile_try() local
5026 opnum_catch = get_next_op_number(); in zend_compile_try()
5028 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
5051 opline = &CG(active_op_array)->opcodes[opnum_catch]; in zend_compile_try()
5068 ZEND_ASSERT(opnum_catch != (uint32_t)-1 && "Should have at least one class"); in zend_compile_try()
5069 opline = &CG(active_op_array)->opcodes[opnum_catch]; in zend_compile_try()

Completed in 29 milliseconds