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%2Fpowersites.me%2Fwp-admin%2Ffrontend%2Fsocial_login.php%3Fapi%3Dgoogle&client_id=222465851367.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+http%3A%2F%2Fschemas.google.com%2FReviewActivity"; 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(66) "http://powersites.me/wp-admin/frontend/social_login.php?api=google" ["client_id"]=> string(39) "222465851367.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(78) "http://schemas.google.com/AddActivity http://schemas.google.com/ReviewActivity" }

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