Searched refs:get_temporary_variable (Results 1 – 1 of 1) sorted by relevance
528 static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */ in get_temporary_variable() function2274 opline->result.var = get_temporary_variable(); in zend_make_var_result()2282 opline->result.var = get_temporary_variable(); in zend_make_tmp_result()2708 opline->result.var = expr->u.op.var = get_temporary_variable(); in zend_emit_return_type_check()6096 opline->op2.var = get_temporary_variable(); in zend_compile_foreach()6260 case_node.u.op.var = get_temporary_variable(); in zend_compile_switch()6431 case_node.u.op.var = get_temporary_variable(); in zend_compile_match()6640 CG(context).fast_call_var = get_temporary_variable(); in zend_compile_try()10907 var = opline->op1.var = get_temporary_variable(); in zend_compile_rope_finalize()10912 get_temporary_variable(); in zend_compile_rope_finalize()
Completed in 35 milliseconds