3v4l.org

run code in 300+ PHP versions simultaneously
<?php $menu = [ 1 => [ 'menuName' => 'Apps', 'menuUrl' => '/Apps', 'Invisible_Mode' => '', 'subMenu' => [ [ 'subMenuName' => 'Collaboration', 'subMenuUrl' => '/Apps/Collaboration', 'subitemCount' => 5, 'Invisible_Mode' => '' ], [ 'subMenuName' => 'Sales', 'subMenuUrl' => '/Apps/Sales', 'subitemCount' => 11, 'Invisible_Mode' => '' ], [ 'subMenuName' => 'Project Management', 'subMenuUrl' => '/Apps/Project-Management', 'subitemCount' => 5, 'Invisible_Mode' => '' ], [ 'subMenuName' => 'Human Resources', 'subMenuUrl' => '/Apps/Human-Resources', 'subitemCount' => 7, 'Invisible_Mode' => '' ], [ 'subMenuName' => 'Marketing', 'subMenuUrl' => '/Apps/Marketing', 'subitemCount' => 8, 'Invisible_Mode' => '' ] ] ] ]; var_export( array_map( function ($set) { $set['subMenu'] = array_column($set['subMenu'], null, 'subMenuName'); return $set; }, $menu ) );
Output for git.master, git.master_jit
array ( 1 => array ( 'menuName' => 'Apps', 'menuUrl' => '/Apps', 'Invisible_Mode' => '', 'subMenu' => array ( 'Collaboration' => array ( 'subMenuName' => 'Collaboration', 'subMenuUrl' => '/Apps/Collaboration', 'subitemCount' => 5, 'Invisible_Mode' => '', ), 'Sales' => array ( 'subMenuName' => 'Sales', 'subMenuUrl' => '/Apps/Sales', 'subitemCount' => 11, 'Invisible_Mode' => '', ), 'Project Management' => array ( 'subMenuName' => 'Project Management', 'subMenuUrl' => '/Apps/Project-Management', 'subitemCount' => 5, 'Invisible_Mode' => '', ), 'Human Resources' => array ( 'subMenuName' => 'Human Resources', 'subMenuUrl' => '/Apps/Human-Resources', 'subitemCount' => 7, 'Invisible_Mode' => '', ), 'Marketing' => array ( 'subMenuName' => 'Marketing', 'subMenuUrl' => '/Apps/Marketing', 'subitemCount' => 8, 'Invisible_Mode' => '', ), ), ), )

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.59 ms | 408 KiB | 5 Q