3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=http%3A%2F%2Ftestnewpowersites6.powers1tes.net%2Fwp-admin%2Ffrontend%2Fsocial_login.php%3Fapi%3Dgoogle&client_id=924112399754-ajkt01ik97luj76loo9qp3mhjh3d4mm9.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fplus.login&access_type=offline&approval_prompt=force&request_visible_actions=http%3A%2F%2Fschemas.google.com%2FAddActivity'; parse_str ($str, $output); var_dump($output);
Output for git.master, git.master_jit, rfc.property-hooks
array(7) { ["https://accounts_google_com/o/oauth2/auth?response_type"]=> string(4) "code" ["redirect_uri"]=> string(86) "http://testnewpowersites6.powers1tes.net/wp-admin/frontend/social_login.php?api=google" ["client_id"]=> string(72) "924112399754-ajkt01ik97luj76loo9qp3mhjh3d4mm9.apps.googleusercontent.com" ["scope"]=> string(42) "https://www.googleapis.com/auth/plus.login" ["access_type"]=> string(7) "offline" ["approval_prompt"]=> string(5) "force" ["request_visible_actions"]=> string(37) "http://schemas.google.com/AddActivity" }

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