Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_compile.h186 uint32_t fast_call_var; member
H A Dzend_compile.c313 CG(context).fast_call_var = -1; in zend_oparray_context_begin()
6098 uint32_t orig_fast_call_var = CG(context).fast_call_var; in zend_compile_try()
6123 CG(context).fast_call_var = get_temporary_variable(); in zend_compile_try()
6128 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
6225 discard_exception.var_num = CG(context).fast_call_var; in zend_compile_try()
6233 opline->result.var = CG(context).fast_call_var; in zend_compile_try()
6245 opline->op1.var = CG(context).fast_call_var; in zend_compile_try()
6250 CG(context).fast_call_var = orig_fast_call_var; in zend_compile_try()

Completed in 35 milliseconds