3v4l.org

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

preferences:
30.3 ms | 402 KiB | 5 Q