- Change used_return_value to return_value_used

This commit is contained in:
Andi Gutmans 1999-11-16 19:12:29 +00:00
parent 7239aad9c4
commit 9e14736315

View File

@ -575,7 +575,7 @@ PHP_FUNCTION(reset)
return;
}
if (used_return_value) {
if (return_value_used) {
*return_value = **entry;
pval_copy_constructor(return_value);
/* INIT_PZVAL(return_value); XXX is this needed? - No! :) */