3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "form_key=kcE3W2vzParNhPN5&options%5B1508%5D=2025&options%5B1509%5D=1234&options%5B1510%5D=5678&options%5B1511%5D=&options%5B1512%5D=&options%5B1513%5D=&productId=59891"; $output = array(); parse_str($str, $output); print_r($output);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [form_key] => kcE3W2vzParNhPN5 [options] => Array ( [1508] => 2025 [1509] => 1234 [1510] => 5678 [1511] => [1512] => [1513] => ) [productId] => 59891 )

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