3v4l.org

run code in 300+ PHP versions simultaneously
<?php $scores = array ( array(76,62,56,60), array(62,82,56,47), array(52,62,66,80), array(72,52,72,65) ); print_r($scores);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => 76 [1] => 62 [2] => 56 [3] => 60 ) [1] => Array ( [0] => 62 [1] => 82 [2] => 56 [3] => 47 ) [2] => Array ( [0] => 52 [1] => 62 [2] => 66 [3] => 80 ) [3] => Array ( [0] => 72 [1] => 52 [2] => 72 [3] => 65 ) )

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