Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_compile.c6216 zend_loop_var discard_exception; in zend_compile_try() local
6223 discard_exception.opcode = ZEND_DISCARD_EXCEPTION; in zend_compile_try()
6224 discard_exception.var_type = IS_TMP_VAR; in zend_compile_try()
6225 discard_exception.var_num = CG(context).fast_call_var; in zend_compile_try()
6226 zend_stack_push(&CG(loop_var_stack), &discard_exception); in zend_compile_try()

Completed in 56 milliseconds