3v4l.org

run code in 300+ PHP versions simultaneously
<?php $base_url = 'https://www.strava.com'; $options= array( 'headers' => array( 'Accept' => 'application/json', 'method' => 'GET', 'data' => array( 'client_id' => '638', 'response_type' => 'code', 'redirect_uri' => 'http://fitness.bonustomato.com', 'scope' => 'view_private', 'approval_prompt' => 'force' ), ); print_r ($options); ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.27
Parse error: syntax error, unexpected ';', expecting ')' in /in/PVI4v on line 14
Process exited with code 255.

preferences:
294.07 ms | 1395 KiB | 65 Q