3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'type%3Dbasic%26WhatPropType%3DSingle%2BFamily%2BResidential%26WhatDistrict%255B0%255D%3DHaiku%26WhatStartPrice%3D90000%26WhatEndPrice%3D30000000%26WhatStartBed%3D%26WhatStartBath%3D0%26DaysAgo%3D%26WhatStartIntArea%3D%26WhatSortDirection1%3DDESC%26start%3D0%26WhatNumber%3D10'; $dec_string = urldecode($string); parse_str($dec_string, $data); var_dump($data);
Output for git.master, git.master_jit, rfc.property-hooks
array(12) { ["type"]=> string(5) "basic" ["WhatPropType"]=> string(25) "Single Family Residential" ["WhatDistrict"]=> array(1) { [0]=> string(5) "Haiku" } ["WhatStartPrice"]=> string(5) "90000" ["WhatEndPrice"]=> string(8) "30000000" ["WhatStartBed"]=> string(0) "" ["WhatStartBath"]=> string(1) "0" ["DaysAgo"]=> string(0) "" ["WhatStartIntArea"]=> string(0) "" ["WhatSortDirection1"]=> string(4) "DESC" ["start"]=> string(1) "0" ["WhatNumber"]=> string(2) "10" }

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