3v4l.org

run code in 300+ PHP versions simultaneously
<?php include_once 'includes.php'; include_once 'oauth_redirection.php'; ?> <!DOCTYPE html> <html lang='en'> <head> <meta charset="utf-8"> <title>WallScript Version 6.0</title> <?php include_once 'js.php'; ?> </head> <body> <div id='main'> <?php include_once 'block_logo_menu.php'; ?> <div id='main_left'> <?php include_once 'block_profile.php'; include_once 'block_search.php'; include_once 'block_friends_widget.php';?> </div> <div id="main_right"> <?php $home=1; include('block_updates.php'); ?> </div> <?php include_once 'block_footer.php';?> </div> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include_once(): open_basedir restriction in effect. File(includes.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 2 Warning: include_once(includes.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 2 Warning: include_once(): Failed opening 'includes.php' for inclusion (include_path='.:') in /in/kBpeR on line 2 Warning: include_once(): open_basedir restriction in effect. File(oauth_redirection.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 3 Warning: include_once(oauth_redirection.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 3 Warning: include_once(): Failed opening 'oauth_redirection.php' for inclusion (include_path='.:') in /in/kBpeR on line 3 <!DOCTYPE html> <html lang='en'> <head> <meta charset="utf-8"> <title>WallScript Version 6.0</title> Warning: include_once(): open_basedir restriction in effect. File(js.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 11 Warning: include_once(js.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 11 Warning: include_once(): Failed opening 'js.php' for inclusion (include_path='.:') in /in/kBpeR on line 11 </head> <body> <div id='main'> Warning: include_once(): open_basedir restriction in effect. File(block_logo_menu.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 16 Warning: include_once(block_logo_menu.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 16 Warning: include_once(): Failed opening 'block_logo_menu.php' for inclusion (include_path='.:') in /in/kBpeR on line 16 <div id='main_left'> Warning: include_once(): open_basedir restriction in effect. File(block_profile.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 19 Warning: include_once(block_profile.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 19 Warning: include_once(): Failed opening 'block_profile.php' for inclusion (include_path='.:') in /in/kBpeR on line 19 Warning: include_once(): open_basedir restriction in effect. File(block_search.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 20 Warning: include_once(block_search.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 20 Warning: include_once(): Failed opening 'block_search.php' for inclusion (include_path='.:') in /in/kBpeR on line 20 Warning: include_once(): open_basedir restriction in effect. File(block_friends_widget.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 21 Warning: include_once(block_friends_widget.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 21 Warning: include_once(): Failed opening 'block_friends_widget.php' for inclusion (include_path='.:') in /in/kBpeR on line 21 </div> <div id="main_right"> Warning: include(): open_basedir restriction in effect. File(block_updates.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 26 Warning: include(block_updates.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 26 Warning: include(): Failed opening 'block_updates.php' for inclusion (include_path='.:') in /in/kBpeR on line 26 </div> Warning: include_once(): open_basedir restriction in effect. File(block_footer.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kBpeR on line 29 Warning: include_once(block_footer.php): Failed to open stream: Operation not permitted in /in/kBpeR on line 29 Warning: include_once(): Failed opening 'block_footer.php' for inclusion (include_path='.:') in /in/kBpeR on line 29 </div> </body> </html>

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:
39.79 ms | 409 KiB | 8 Q