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 $colors = array("rouge", "vert", "bleu", "jaune"); foreach ($colors as $x) : echo "$x <br>"; endforeach; ?> </body> </html>
red
vert
bleu
jaune