3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = ' <?php class foo { public $bar = <<<EOT bar EOT; } ?> '; $str2 = ' <?php var_dump(array(<<<EOD foobar! EOD )); ?> '; highlight_string($str, true); highlight_string($str2, true);

preferences:
42.79 ms | 402 KiB | 5 Q