3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json_url = 'http://api.steampowered.com/IEconItems_730/GetPlayerItems/v0001/?key=E6642FBF1224D66C163AC44B3C5C3283&steamid=76561198021977847'; $res = file_get_contents($json_url); $json_output = json_decode ( $res, true ); var_dump($json_output); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lNbEb
function name:  (null)
number of ops:  14
compiled vars:  !0 = $json_url, !1 = $res, !2 = $json_output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fapi.steampowered.com%2FIEconItems_730%2FGetPlayerItems%2Fv0001%2F%3Fkey%3DE6642FBF1224D66C163AC44B3C5C3283%26steamid%3D76561198021977847'
    3     1        INIT_FCALL                                               'file_get_contents'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    4     5        INIT_FCALL                                               'json_decode'
          6        SEND_VAR                                                 !1
          7        SEND_VAL                                                 <true>
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !2, $6
    5    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                                 
    6    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.19 ms | 1394 KiB | 19 Q