3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "edvdr1 accepting requests since Tue Nov 19 16:22:32 2013"; $bits = explode(" ", $data); $useful = array_merge(array_slice($bits, 0, 2), array_merge(array_slice($bits, 4))); var_dump($useful);
Output for git.master, git.master_jit, rfc.property-hooks
array(7) { [0]=> string(6) "edvdr1" [1]=> string(9) "accepting" [2]=> string(3) "Tue" [3]=> string(3) "Nov" [4]=> string(2) "19" [5]=> string(8) "16:22:32" [6]=> string(4) "2013" }

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:
50.57 ms | 401 KiB | 8 Q