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 class Goodbye { const LEAVING_MESSAGE = "Merci de visiter W3Schools.com !"; } echo Au revoir::MESSAGE_DE_PART; ?> </body> </html>
Merci de visiter W3Schools.com !