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); print_r($b); echo "</pre>";
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [0] => 22.58 [1] => 21.35 [2] => 20.06 [3] => 19.79 [4] => 18.17 [5] => 17.74 [6] => 17.57 [7] => 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:
49.26 ms | 401 KiB | 8 Q