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 //PHP générera une erreur lors de l'exécution de cette instruction : $x = "Nous sommes les soi-disant "Vikings" du nord."; echo $x; ?> </body> </html>
PHP Parse error: erreur de syntaxe, identifiant inattendu "Vikings" dans /home/RvNsqI/prog.php à la ligne 8