mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Instead add RETURN_COPY(_VALUE) macros will the expected behavior. RETURN_ZVAL doesn't make any sense since PHP 7, but has stuck around, probably because the alternative was to write directly to the return_value variable.