3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['size' => '12" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '12" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 48"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 48"', 'size_description' => '<p>Rectified</p>'], ]; var_export(array_values(array_column($array, null, 'size')));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 'size' => '12" x 24"', 'size_description' => '<p>Rectified</p>', ), 1 => array ( 'size' => '24" x 24"', 'size_description' => '<p>Rectified</p>', ), 2 => array ( 'size' => '24" x 48"', 'size_description' => '<p>Rectified</p>', ), )

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