3v4l.org

run code in 300+ PHP versions simultaneously
<?php class T { function __toString(){ echo "before"; throw new Exception; } } $t = new T; try { echo strstr('test', $t); echo " after"; } catch (Exception $e) { echo "caught"; }

preferences:
34.14 ms | 402 KiB | 5 Q