3v4l.org

run code in 300+ 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.30, 8.2.0 - 8.2.26, 8.3.0 - 8.3.14, 8.4.1
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:
58.72 ms | 407 KiB | 5 Q