get_temporary_variable 1838 Zend/zend_compile.c 	opline->result.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 1846 Zend/zend_compile.c 	opline->result.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 2018 Zend/zend_compile.c 			opline->result.var = expr->u.op.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 3933 Zend/zend_compile.c 		opline->op2.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 4026 Zend/zend_compile.c 	case_node.u.op.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 4126 Zend/zend_compile.c 			CG(context).fast_call_var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 6072 Zend/zend_compile.c 		opline_jmpz->result.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 6746 Zend/zend_compile.c 			opline->result.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 6756 Zend/zend_compile.c 		opline->result.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 6768 Zend/zend_compile.c 		opline->result.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 6769 Zend/zend_compile.c 		var = opline->op1.var = get_temporary_variable(CG(active_op_array));
get_temporary_variable 6775 Zend/zend_compile.c 			get_temporary_variable(CG(active_op_array));