3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id_carrier_list = array(); $carriers = array( array( 'id_carrier' => 'test1' ), array( 'id_carrier' => 'test2' ), array( 'id_carrier' => 'test3' ), array( 'id_carrier' => 'test4' ), array( 'id_carrier' => 'test5' ), ); foreach($carriers as $carrier) $id_carrier_list[] = $carrier['id_carrier']; var_dump($id_carrier_list);
Output for git.master, git.master_jit, rfc.property-hooks
array(5) { [0]=> string(5) "test1" [1]=> string(5) "test2" [2]=> string(5) "test3" [3]=> string(5) "test4" [4]=> string(5) "test5" }

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