3v4l.org

run code in 300+ PHP versions simultaneously
<?php $app_info = file_get_contents('https://www.eventbriteapi.com/v3/events/18444652452/attendees/?token=PZYONQPJQHYYXE3TENKK&expand=ticket_class'); $app_info = json_decode($app_info, true); var_dump($app_info);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L2JGV
function name:  (null)
number of ops:  13
compiled vars:  !0 = $app_info
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'https%3A%2F%2Fwww.eventbriteapi.com%2Fv3%2Fevents%2F18444652452%2Fattendees%2F%3Ftoken%3DPZYONQPJQHYYXE3TENKK%26expand%3Dticket_class'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        INIT_FCALL                                               'json_decode'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    7     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.62 ms | 1394 KiB | 19 Q