3v4l.org

run code in 300+ PHP versions simultaneously
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-FR" lang="fr-FR"> <head> <title>Hello World!</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> <?php if(empty($_GET['user'])) { echo htmlentities('Bonjour, invité', ENT_QUOTES, 'iso-8859-1'); } else { echo htmlentities('Bonjour, '.$_GET['user'], ENT_QUOTES, 'iso-8859-1'); } ?> </body>

This is an error 404

There are `0` results


preferences:
149.31 ms | 1399 KiB | 7 Q