mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
Instead decide whether a function returned by reference or by value by checking whether the return value has REFERENCE type. This means that functions returning by reference must always return a reference and functions returning by value must not return a reference.