3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ ['plan' => 'basic'], ['plan' => 'small'], ['plan' => 'novice'], ['plan' => 'professional'], ['plan' => 'master'], ['plan' => 'promo'], ['plan' => 'newplan'] ] ]; var_export(array_merge(...$array));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 'plan' => 'basic', ), 1 => array ( 'plan' => 'small', ), 2 => array ( 'plan' => 'novice', ), 3 => array ( 'plan' => 'professional', ), 4 => array ( 'plan' => 'master', ), 5 => array ( 'plan' => 'promo', ), 6 => array ( 'plan' => 'newplan', ), )

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:
27.55 ms | 406 KiB | 5 Q