Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c4841 zend_loop_var discard_exception; in zend_compile_try() local
4848 discard_exception.opcode = ZEND_DISCARD_EXCEPTION; in zend_compile_try()
4849 discard_exception.var_type = IS_TMP_VAR; in zend_compile_try()
4850 discard_exception.var_num = CG(context).fast_call_var; in zend_compile_try()
4851 zend_stack_push(&CG(loop_var_stack), &discard_exception); in zend_compile_try()

Completed in 24 milliseconds