3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = new SplString("Testing"); try { $string = array(); } catch (UnexpectedValueException $uve) { echo $uve->getMessage() . PHP_EOL; } var_dump($string); echo $string; // Outputs "Testing" ?>

preferences:
43.27 ms | 402 KiB | 5 Q