3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queryString = '/post.php?foo=5&bar=&baz=2&bee=&fee=&feo=8'; parse_str($queryString, $args); var_dump($args, parse_url($queryString));
Output for git.master, git.master_jit, rfc.property-hooks
array(6) { ["/post_php?foo"]=> string(1) "5" ["bar"]=> string(0) "" ["baz"]=> string(1) "2" ["bee"]=> string(0) "" ["fee"]=> string(0) "" ["feo"]=> string(1) "8" } array(2) { ["path"]=> string(9) "/post.php" ["query"]=> string(32) "foo=5&bar=&baz=2&bee=&fee=&feo=8" }

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