Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c5080 zend_loop_var discard_exception; in zend_compile_try() local
5087 discard_exception.opcode = ZEND_DISCARD_EXCEPTION; in zend_compile_try()
5088 discard_exception.var_type = IS_TMP_VAR; in zend_compile_try()
5089 discard_exception.var_num = CG(context).fast_call_var; in zend_compile_try()
5090 zend_stack_push(&CG(loop_var_stack), &discard_exception); in zend_compile_try()

Completed in 31 milliseconds