summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests/pdo_sqlite_tostring_exception.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Allow exceptions in __toString()Nikita Popov2019-06-051-0/+45
RFC: https://wiki.php.net/rfc/tostring_exceptions And convert some object to string conversion related recoverable fatal errors into Error exceptions. Improve exception safety of internal code performing string conversions.