3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 0 => array('id' => 241328, 'name' => 'Fedor'), 1 => array('id' => 243265, 'name' => 'Harry'), 2 => array('id' => 248979, 'name' => 'Robby'), 3 => array('id' => 254321, 'name' => 'Johnny'), 4 => array('id' => 284313, 'name' => 'Rossomaha'), ); var_dump(array_column($arr, 'name'));
Output for git.master, git.master_jit, rfc.property-hooks
array(5) { [0]=> string(5) "Fedor" [1]=> string(5) "Harry" [2]=> string(5) "Robby" [3]=> string(6) "Johnny" [4]=> string(9) "Rossomaha" }

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