Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php define("GREETING","Bonjour ! Comment ça va aujourd'hui ?"); echo constant("GREETING"); ?> </body> </html>
Bonjour vous ! Comment ça va aujourd'hui ?