1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/sapi
Niels Dossche eb151e39b0 Properly handle reference return value from __toString()
It's possible to return a reference from __toString(), but this is not
handled and results in a (confusing) error telling that the return value
must be a string.
Properly handle this by unwrapping the reference.

Closes GH-18810.
2025-06-10 19:15:53 +02:00
..
2025-05-21 19:54:09 +02:00
2025-03-12 08:58:54 +01:00
2025-05-30 22:58:34 +02:00
2025-05-15 11:53:27 -04:00