3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array ( '0' => (object)[ 'id' => 17, 'res_id' => 10, 'cat_id' => 3 ], '1' => (object)[ 'id' => 18, 'res_id' => 10, 'cat_id' => 4 ], '2' => (object)[ 'id' => 52, 'res_id' => 19, 'cat_id' => 1 ], '3' => (object)[ 'id' => 53, 'res_id' => 19, 'cat_id' => 3 ], '4' => (object)[ 'id' => 54, 'res_id' => 19, 'cat_id' => 4 ] ); $result = array_map(function($x){ return $x->cat_id; }, $array); print_r($result);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 3 [1] => 4 [2] => 1 [3] => 3 [4] => 4 )

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.3 ms | 405 KiB | 5 Q