3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('9002209000'=>22.58, '3915909000'=>21.35, '8512302000'=>20.06, '7207190000'=>19.79, '6306120000'=>18.17, '5513130000'=>17.74, '7208400000'=>17.57, '7210492000'=>17.17, '0904209000'=>16.99 ); echo "<pre>"; $b = array_slice($a, 0, 20, true); print_r($b); echo "</pre>";
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [9002209000] => 22.58 [3915909000] => 21.35 [8512302000] => 20.06 [7207190000] => 19.79 [6306120000] => 18.17 [5513130000] => 17.74 [7208400000] => 17.57 [7210492000] => 17.17 [0904209000] => 16.99 ) </pre>

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.77 ms | 402 KiB | 8 Q