3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(parse_url('fb://page/?id=309669250171')); var_dump(parse_url('fb://page/309669250171?referrer=app_link'));
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { ["scheme"]=> string(2) "fb" ["host"]=> string(4) "page" ["path"]=> string(1) "/" ["query"]=> string(15) "id=309669250171" } array(4) { ["scheme"]=> string(2) "fb" ["host"]=> string(4) "page" ["path"]=> string(13) "/309669250171" ["query"]=> string(17) "referrer=app_link" }

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.09 ms | 402 KiB | 8 Q