1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/sapi/phpdbg
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-02-01 11:21:09 +01:00
2024-08-02 08:38:35 +02:00
2021-06-13 21:08:35 +02:00
2025-01-30 19:28:23 +01:00
2024-07-04 18:44:29 +02:00