Searched refs:get_temporary_variable (Results 1 – 1 of 1) sorted by relevance
532 static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */ in get_temporary_variable() function2269 opline->result.var = get_temporary_variable(); in zend_make_var_result()2277 opline->result.var = get_temporary_variable(); in zend_make_tmp_result()2703 opline->result.var = expr->u.op.var = get_temporary_variable(); in zend_emit_return_type_check()6092 opline->op2.var = get_temporary_variable(); in zend_compile_foreach()6256 case_node.u.op.var = get_temporary_variable(); in zend_compile_switch()6427 case_node.u.op.var = get_temporary_variable(); in zend_compile_match()6636 CG(context).fast_call_var = get_temporary_variable(); in zend_compile_try()10915 var = opline->op1.var = get_temporary_variable(); in zend_compile_rope_finalize()10920 get_temporary_variable(); in zend_compile_rope_finalize()
Completed in 56 milliseconds