3v4l.org

run code in 300+ PHP versions simultaneously
<<?php ob_start(); require_once 'includes/db.php'; require_once 'includes/init.php'; if (!($user -> LoggedIn())) { header('location: login.php'); die(); } if (!($user->hasMembership($odb))) { header('location: purchase.php'); die(); } if (!($user -> notBanned($odb))) { header('location: login.php'); die(); } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $title_prefix; ?>Skype Resolver</title> <?php include 'includes/css.php';?> </head> <body> <?php include 'sidebar.php'; ?> <!-- Right side --> <div id="rightSide"> <?php include 'header.php';?> <!-- Title area --> <div class="titleArea"> <div class="wrapper"> <div class="pageTitle"> <h3>Skype Resolver</h3> </div> <div class="clear"></div> </div> </div> <div class="line"></div> <!-- Main content wrapper --> <div class="wrapper"> <!-- Form --> <?php $resolved = ''; if (isset($_POST['resolveBtn'])) { $name = $_POST['skypeName']; $resolved = @file_get_contents ("http://Skypeapihere.com/skype={$name}"); } ?> <form class="form" method="POST" action=""> <fieldset> <div class="widget"> <div class="title"><img src="images/icons/dark/list.png" alt="" class="titleIcon" /><h6>Skype Resolver</h6></div> <div class="formRow"> <label>Skype Name</label> <div class="formRight"><input type="text" name="skypeName" value="<?php echo $name; ?>" id="skypeName"/></div> <div class="clear"></div> </div> <div class="formRow"> <?php echo $resolved;?> <input type="submit" value="Resolve" name="resolveBtn" class="dblueB logMeIn" /> <div class="clear"></div> </div> </div> </fieldset> </form> </div> <!-- Footer line --> <?php include 'footer.php';?> </div> <div class="clear"></div> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
< Warning: require_once(): open_basedir restriction in effect. File(includes/db.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/RAAqT on line 3 Warning: require_once(includes/db.php): Failed to open stream: Operation not permitted in /in/RAAqT on line 3 Fatal error: Uncaught Error: Failed opening required 'includes/db.php' (include_path='.:') in /in/RAAqT:3 Stack trace: #0 {main} thrown in /in/RAAqT on line 3
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:
41.47 ms | 402 KiB | 8 Q