mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
- Change used_return_value to return_value_used
This commit is contained in:
parent
7239aad9c4
commit
9e14736315
@ -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! :) */
|
||||
|
Loading…
Reference in New Issue
Block a user