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); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vr9ZB
function name:  (null)
number of ops:  12
compiled vars:  !0 = $url, !1 = $context, !2 = $resp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fprimarymarkets.my.salesforce.com%2Fservices%2Fdata%2Fv43.0%2F'
    4     1        INIT_FCALL                                               'stream_context_create'
    6     2        SEND_VAL                                                 <array>
          3        DO_ICALL                                         $4      
    4     4        ASSIGN                                                   !1, $4
   12     5        INIT_FCALL                                               'file_get_contents'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 <false>
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !2, $6
   14    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.88 ms | 1394 KiB | 17 Q