3v4l.org

run code in 300+ PHP versions simultaneously
<?php function strava_oauth2_clients() { $server_url = 'https://www.strava.com'; $client_url = 'https://fitness.bonustomato.com'; // server-side flow $oauth2_clients['strava'] = array( 'token_endpoint' => $server_url . '/oauth/token', 'authentication_flow' => 'server-side', 'client_id' => '638', 'client_secret' => '0cf8c26bedb0c48c23a9c7e0f61ec4d4b1ca5c09 ', 'authorization_endpoint' => $server_url . '/oauth/authorize', 'redirect_uri' => $client_url . '/oauth2/authorized', ); echo $oauth2_clients; } ?>
Output for git.master, git.master_jit, rfc.property-hooks

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:
58.92 ms | 401 KiB | 8 Q