3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['dave', 'jones', 'c@b.c'], ['john', 'jones', 'a@b.c'], ['bruce', 'finkle', 'c@b.c'] ]; var_export(array_values(array_column($array, null, 2)));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 0 => 'bruce', 1 => 'finkle', 2 => 'c@b.c', ), 1 => array ( 0 => 'john', 1 => 'jones', 2 => 'a@b.c', ), )

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