mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
As of PHP 7.4.0, exceptions are allowed to be thrown from inside `__toString()` methods; we have to cater to that, and catch these exceptions early. Closes GH-6042