3v4l.org

run code in 300+ PHP versions simultaneously
<?php $m = range(85,110); foreach($m as $val){ $key = $val."00000000000000000"; $a[$key] = $key; } print_r($a); $b["9900000000000000000"]="1"; print_r($b); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [8500000000000000000] => 8500000000000000000 [8600000000000000000] => 8600000000000000000 [8700000000000000000] => 8700000000000000000 [8800000000000000000] => 8800000000000000000 [8900000000000000000] => 8900000000000000000 [9000000000000000000] => 9000000000000000000 [9100000000000000000] => 9100000000000000000 [9200000000000000000] => 9200000000000000000 [9300000000000000000] => 9300000000000000000 [9400000000000000000] => 9400000000000000000 [9500000000000000000] => 9500000000000000000 [9600000000000000000] => 9600000000000000000 [9700000000000000000] => 9700000000000000000 [9800000000000000000] => 9800000000000000000 [9900000000000000000] => 9900000000000000000 [10000000000000000000] => 10000000000000000000 [10100000000000000000] => 10100000000000000000 [10200000000000000000] => 10200000000000000000 [10300000000000000000] => 10300000000000000000 [10400000000000000000] => 10400000000000000000 [10500000000000000000] => 10500000000000000000 [10600000000000000000] => 10600000000000000000 [10700000000000000000] => 10700000000000000000 [10800000000000000000] => 10800000000000000000 [10900000000000000000] => 10900000000000000000 [11000000000000000000] => 11000000000000000000 ) Array ( [9900000000000000000] => 1 )

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:
41.71 ms | 404 KiB | 8 Q