3v4l.org

run code in 500+ PHP versions simultaneously
<?php class S { public function __toString() { throw new Exception("A"); } } echo new S();
Output for 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Fatal error: Uncaught Exception: A in /in/me5Zf:3 Stack trace: #0 /in/me5Zf(5): S->__toString() #1 {main} thrown in /in/me5Zf on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.33
Fatal error: Method S::__toString() must not throw an exception, caught Exception: A in /in/me5Zf on line 0
Process exited with code 255.

preferences:
100.62 ms | 1385 KiB | 4 Q