3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arTemplateFunction = function(&$AR_this) { $local = new ar_core_pinpSandbox($AR_this); ?><?php $local->load('mod_edit.php'); $local->graphicsURL = pinp_ar::_acquire('settings.graphicsURL'); $local->site = pinp_ar::_acquire('settings.site'); $local->siteURL = pinp_ar::_acquire('settings.siteURL'); $local->editURL = pinp_edit::_getEditMode() ? $local->siteURL . pinp_edit::_getEditTemplate() : $local->siteURL; $local->section = pinp_ar::_getvar('section'); ?> <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="<?php echo $local->graphicsURL; ?>layout.css" type="text/css"> <link rel="stylesheet" href="<?php echo $local->graphicsURL; ?>style.css" type="text/css"> <title><?php echo $local->this->nlsdata->name; ?></title> <script type="text/javascript" src="<?php echo $local->graphicsURL; ?>ariadne.load.js?muze+muze.event"></script> <script type="text/javascript" src="<?php echo $local->graphicsURL; ?>search.js"></script> <meta charset="UTF-8"> </head> <body class="<?php echo $local->this->type; ?>"> <div id="header"> <?php pinp_ar::_get( $local->site )->_call( 'view.title.html' ); pinp_ar::_call( 'view.searchform.html' ); echo ar('html')->_menu() ->_template('menu.item.html') ->_setAttribute('id', 'menu') ->_current( $local->section ? $local->section : $local->editURL ) ->_fill( array( $local->editURL => 'Home' ), pinp_ar::_get( $local->site ) ->_find( "object.implements='psection' and object.parent='".($local->site)."'" ) ->_order('object.priority ASC') ); ?> </div> <hr class="noscreen"> <?php }; ?>
Output for git.master, git.master_jit, rfc.property-hooks

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:
56.63 ms | 401 KiB | 8 Q