3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ["1", "7", "5", "0", "0"], ["2", "3", "7", "0", "0"], ["3", "5", "10", "0", "0"], ["4", "11", "4", "0", "0"], ["5", "12", "9", "0", "0"], ["6", "6", "12", "0", "0"], ["7", "8", "6", "0", "0"], ["8", "0", "14", "0", "0"], ["9", "25", "8", "0", "0"], ["10", "30", "7", "0", "0"], ]; var_export(array_column($array, 1));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => '7', 1 => '3', 2 => '5', 3 => '11', 4 => '12', 5 => '6', 6 => '8', 7 => '0', 8 => '25', 9 => '30', )

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:
36.93 ms | 405 KiB | 5 Q