Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h122 uint32_t fast_call_var; member
H A Dzend_compile.c227 CG(context).fast_call_var = -1; in zend_oparray_context_begin()
3647 opline->op1.var = CG(context).fast_call_var; in zend_compile_return()
4193 CG(context).fast_call_var = get_temporary_variable(CG(active_op_array)); in zend_compile_try()
4199 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
4266 opline->result.var = CG(context).fast_call_var; in zend_compile_try()
4280 opline->op1.var = CG(context).fast_call_var; in zend_compile_try()

Completed in 31 milliseconds