Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing SKIPIF | Fabien Villepinte | 2019-09-04 | 1 | -0/+2 |
| | |||||
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -0/+56 |
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. |