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 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/eBeFL on line 61
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION in /in/eBeFL on line 61
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/eBeFL on line 61
Process exited with code 255.

preferences:
278.69 ms | 401 KiB | 350 Q