3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Goldstar</title> <?php require_once('includedScripts.php'); ?> </head> <body> <div class="banner"> <div class="userOptions" id="userOptions" style="display: none;"> <?php require_once('userOptions.php'); ?> </div> <div class="navItems"> <?php require_once('navigation.php'); ?> </div> </div> <div class="mainWrapper" id="mainWrapper"> <?php include('news.php'); ?> </div> <div class="footer"> <img src="img/goldstarentertainmentgroup.jpg" height="100%"> <?php require_once('jqueryControls.php'); ?> </div> </div> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Goldstar</title> Warning: require_once(): open_basedir restriction in effect. File(includedScripts.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/SH4oH on line 9 Warning: require_once(includedScripts.php): Failed to open stream: Operation not permitted in /in/SH4oH on line 9 Fatal error: Uncaught Error: Failed opening required 'includedScripts.php' (include_path='.:') in /in/SH4oH:9 Stack trace: #0 {main} thrown in /in/SH4oH on line 9
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.5 ms | 402 KiB | 8 Q