3v4l.org

run code in 300+ PHP versions simultaneously
<?php $get_string = "TOKEN=EC%2d09F245458F168291J&TIMESTAMP=2015%2d08%2d29T08%3a22%3a55Z&CORRELATIONID=bf30a7057eaa1&ACK=Success&VERSION=78&BUILD=000000"; parse_str($get_string, $get_array); print_r($get_array); echo $get_array['ACK'];
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [TOKEN] => EC-09F245458F168291J [TIMESTAMP] => 2015-08-29T08:22:55Z [CORRELATIONID] => bf30a7057eaa1 [ACK] => Success [VERSION] => 78 [BUILD] => 000000 ) Success

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