3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ (object)['label' => '0-3 Months'], (object)['label' => '3-6 Months'], (object)['label' => '6-12 Months'], (object)['label' => '12-18 Months'], ]; var_dump($array); print_r($array);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> object(stdClass)#1 (1) { ["label"]=> string(10) "0-3 Months" } [1]=> object(stdClass)#2 (1) { ["label"]=> string(10) "3-6 Months" } [2]=> object(stdClass)#3 (1) { ["label"]=> string(11) "6-12 Months" } [3]=> object(stdClass)#4 (1) { ["label"]=> string(12) "12-18 Months" } } Array ( [0] => stdClass Object ( [label] => 0-3 Months ) [1] => stdClass Object ( [label] => 3-6 Months ) [2] => stdClass Object ( [label] => 6-12 Months ) [3] => stdClass Object ( [label] => 12-18 Months ) )

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:
57.61 ms | 402 KiB | 8 Q