3v4l.org

run code in 300+ PHP versions simultaneously
<!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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> <?PHP require_once("./include/membersite_config.php"); if(!$fgmembersite->CheckLogin()) { ?> <div id='block_links2a'> <ul> <li><span>Ingresado como: Invitado</span></li> <li><span><a href='register.php' id="webform-but">Registro</a><a href='login.php' id="webform-but">Identificarse</a><a href='index.php' id="webform-but">HOME</a><a href='buscar.php' id="webform-but">BUSCAR</a><a href='categorias.php' id="webform-but">CATEGOR&Iacute;AS</a><a href='nosotros.php' id="webform-but">NOSOTROS</a></span> </ul> </div> <?php } else { ?> <div id='block_links2a'> <ul> <li><span>Ingresado como: <?= $fgmembersite->UserFullName()?></span></li> <li><a href='logout.php' id="webform-but">Desconectarse</a><a href="nuevo.php" id="webform-but">Nuevo ingreso</a><a href='index.php' id="webform-but">HOME</a><a href='buscar.php' id="webform-but">BUSCAR</a><a href='categorias.php' id="webform-but">CATEGOR&Iacute;AS</a><a href='nosotros.php' id="webform-but">NOSOTROS</a></span> </ul> </div> <?php } if($fgmembersite->UserFullName() == 'Administrador'){ ?> <ul> <li><a href='adminPanel.php' id="webform-but">Modificar o Eliminar temas</a></span> </ul> <?php } ?> <div class="home"> <p><b>Bienvenido a la Wikia Universitaria</b></p> <br> <p>Este servicio est&aacute; dedicado a brindar facilidades de estudio y comparticiĆ³n de materiales entre alumnos y profesores.<br> Imaginaos una biblioteca virtual con todo lo necesario para tus estudios: Wiki Universitaria.</p> <center><img src="images/biblioteca.jpg"></center> </div> </body> </html>
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<!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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> Warning: require_once(): open_basedir restriction in effect. File(./include/membersite_config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/C3uV8 on line 14 Warning: require_once(./include/membersite_config.php): Failed to open stream: Operation not permitted in /in/C3uV8 on line 14 Fatal error: Uncaught Error: Failed opening required './include/membersite_config.php' (include_path='.:') in /in/C3uV8:14 Stack trace: #0 {main} thrown in /in/C3uV8 on line 14
Process exited with code 255.
Output for 8.0.13
<!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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> Warning: require_once(./include/membersite_config.php): Failed to open stream: No such file or directory in /in/C3uV8 on line 14 Fatal error: Uncaught Error: Failed opening required './include/membersite_config.php' (include_path='.:') in /in/C3uV8:14 Stack trace: #0 {main} thrown in /in/C3uV8 on line 14
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 7.3.32 - 7.3.33, 7.4.33
<!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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> Warning: require_once(./include/membersite_config.php): failed to open stream: No such file or directory in /in/C3uV8 on line 14 Fatal error: require_once(): Failed opening required './include/membersite_config.php' (include_path='.:') in /in/C3uV8 on line 14
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
<!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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> Warning: require_once(): open_basedir restriction in effect. File(./include/membersite_config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/C3uV8 on line 14 Warning: require_once(./include/membersite_config.php): failed to open stream: Operation not permitted in /in/C3uV8 on line 14 Fatal error: require_once(): Failed opening required './include/membersite_config.php' (include_path='.:') in /in/C3uV8 on line 14
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5
<!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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> Warning: main(./include/membersite_config.php): failed to open stream: No such file or directory in /in/C3uV8 on line 14 Fatal error: main(): Failed opening required './include/membersite_config.php' (include_path='.:') in /in/C3uV8 on line 14
Process exited with code 255.
Output for 4.3.0 - 4.3.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="en-US" lang="en-US"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Wiki Universitaria</title> <link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css"> </head> <body> <div class="logo"> <img src="images/logotipo.png"> </div> Warning: main(./include/membersite_config.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/C3uV8 on line 14 Fatal error: main() [http://www.php.net/function.main]: Failed opening required './include/membersite_config.php' (include_path='.:') in /in/C3uV8 on line 14

preferences:
322.34 ms | 403 KiB | 459 Q