Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c481 static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */ in get_temporary_variable() function
2035 opline->result.var = get_temporary_variable(); in zend_make_var_result()
2043 opline->result.var = get_temporary_variable(); in zend_make_tmp_result()
2431 opline->result.var = expr->u.op.var = get_temporary_variable(); in zend_emit_return_type_check()
5180 opline->op2.var = get_temporary_variable(); in zend_compile_foreach()
5341 case_node.u.op.var = get_temporary_variable(); in zend_compile_switch()
5512 case_node.u.op.var = get_temporary_variable(); in zend_compile_match()
5717 CG(context).fast_call_var = get_temporary_variable(); in zend_compile_try()
9149 var = opline->op1.var = get_temporary_variable(); in zend_compile_encaps_list()
9154 get_temporary_variable(); in zend_compile_encaps_list()

Completed in 28 milliseconds