3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a='https://pool4tool.com/portal/behr/register.php?crm_person_id=2174162&creator=17402&l=ger&l=eng&l=ger&l=ger'; $b='crm_person_id=2174162&creator=17402&l=ger&l=eng&l=ger&l=ger'; parse_str($b,$out); var_dump($out); var_dump(parse_url($a));
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { ["crm_person_id"]=> string(7) "2174162" ["creator"]=> string(5) "17402" ["l"]=> string(3) "ger" } array(4) { ["scheme"]=> string(5) "https" ["host"]=> string(13) "pool4tool.com" ["path"]=> string(25) "/portal/behr/register.php" ["query"]=> string(59) "crm_person_id=2174162&creator=17402&l=ger&l=eng&l=ger&l=ger" }

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