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 git.master, git.master_jit, rfc.property-hooks
<!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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
43.05 ms | 402 KiB | 8 Q