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 $str1 = "1 + 1 = 2"; $str2 = "1 * 1 = 1"; $str3 = "Pourrais-tu me prêter 5$ ?"; $str4 = "N'êtes-vous pas divertis ? (Je le suis..)"; $str5 = "Le chapeau [ ^ ] ressemble à un chapeau !"; echo quotemeta($str1)."<br>"; echo quotemeta($str2)."<br>"; echo quotemeta($str3)."<br>"; echo quotemeta($str4)."<br>"; echo quotemeta($str5)."<br>"; ?> </body> </html>
1 \+ 1 = 2
1 \* 1 = 1
Pourrais-tu me prêter 5\$ ?
Êtes-vous pas divertis\? \(Je le suis\.\.\)
Le caret \[ \^ \] ressemble à un chapeau !