3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ichinoda['navbar'] = array( 'class' => 'nb-plain', 'items' => array( 'hem' => array('text'=>'Hem', 'url'=>'me.php', 'title' => 'Min presentation om mig själv'), 'redovisning' => array('text'=>'Redovisning', 'url'=>'redovisning.php', 'title' => 'Redovisningar för kursmomenten'), 'filmdb' => array('text'=>'FilmDB', 'url'=>'filmdb.php', 'title' => 'Filmdatabas'), 'kalender' => array('text'=>'Kalender', 'url'=>'calendar.php', 'title' => 'Kalender med bild', 'submenu' => array( 'items' => array( // This is a menu item of the submenu 'searchTitle' => array( 'text' => 'search title', 'url' => 'moviedb_searchTitle.php', 'title' => 'search title' ), // This is a menu item of the submenu 'searchYear' => array( 'text' => 'searchYear', 'url' => 'moviedb_searchYear.php', 'title' => 'searchYear', 'class' => 'italic' ), 'searchGenre' => array( 'text' => 'searchGenre', 'url' => 'moviedb_searchGenre.php', 'title' => 'searchGenre', 'class' => 'italic' ), 'update' => array( 'text' => 'moviedb_update', 'url' => 'moviedb_update.php', 'title' => 'moviedb_update', 'class' => 'italic' ), 'create' => array( 'text' => 'moviedb_create', 'url' => 'moviedb_create.php', 'title' => 'moviedb_create', 'class' => 'italic' ), 'delete' => array( 'text' => 'moviedb_delete', 'url' => 'moviedb_delete.php', 'title' => 'moviedb_delete', 'class' => 'italic' ), ), ), ), 'kallkod' => array('text'=>'Källkod', 'url'=>'source.php', 'title' => 'Se källkoden'), ), 'callback_selected' => function($url) { if(basename($_SERVER['SCRIPT_FILENAME']) == $url) { return true; } } );
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:
37.96 ms | 401 KiB | 8 Q