3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $url = 'https://primarymarkets.my.salesforce.com/services/data/v43.0/'; $context = stream_context_create(array( 'http' => array( 'method' => 'GET', 'header' => 'Authorization:Bearer 00D7F000003h4EL!ARQAQF08VwjkZIYt7yj0j5unfbF_Q_T5b0l7OdE62I4vZ2SmFhKS5Psla8cgnFAb8H0oazFsOibOI6ceXon8loGZnv5npCHW', 'timeout' => 60 ) )); $resp = file_get_contents($url, FALSE, $context); //print_r($resp); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/vr9ZB on line 12 Warning: file_get_contents(): open_basedir restriction in effect. File(https://primarymarkets.my.salesforce.com/services/data/v43.0/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vr9ZB on line 12 Warning: file_get_contents(https://primarymarkets.my.salesforce.com/services/data/v43.0/): Failed to open stream: Operation not permitted in /in/vr9ZB on line 12

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