3v4l.org

run code in 500+ PHP versions simultaneously
<?php // https://bugs.php.net/bug.php?id=71927 error_reporting(0); // define('great','my'); $great='fantastic'; $my='my value'; echo "This is ${great }\n"; echo "This is ${ great}\n"; echo "This is ${ great }\n"; echo "This is ${great}\n";

preferences:
43.77 ms | 1829 KiB | 5 Q