Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h188 uint32_t fast_call_var; member
H A Dzend_compile.c243 CG(context).fast_call_var = -1; in zend_oparray_context_begin()
4962 uint32_t orig_fast_call_var = CG(context).fast_call_var; in zend_compile_try()
4987 CG(context).fast_call_var = get_temporary_variable(); in zend_compile_try()
4992 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
5089 discard_exception.var_num = CG(context).fast_call_var; in zend_compile_try()
5097 opline->result.var = CG(context).fast_call_var; in zend_compile_try()
5109 opline->op1.var = CG(context).fast_call_var; in zend_compile_try()
5114 CG(context).fast_call_var = orig_fast_call_var; in zend_compile_try()

Completed in 40 milliseconds