3v4l.org

run code in 300+ PHP versions simultaneously
<?php // index.php define('NAME', 'Yoshi'); $age = 30; ?> <!DOCTYPE html> <html> <head> <title> my PHP </title> </head> <body> <h1>Something here</h1> <div><?php echo NAME; ?></div> <div><?php echo $age; ?></div> </body> </html>

preferences:
16.39 ms | 404 KiB | 5 Q