3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = file_get_contents('http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=64CDF653E45DFF6144F74EE6501C43A5&steamid=76561198051267973&format=json'); $data = json_encode($data, true); print_r($data); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fb3Ol
function name:  (null)
number of ops:  13
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fapi.steampowered.com%2FIPlayerService%2FGetRecentlyPlayedGames%2Fv0001%2F%3Fkey%3D64CDF653E45DFF6144F74EE6501C43A5%26steamid%3D76561198051267973%26format%3Djson'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        INIT_FCALL                                               'json_encode'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    7     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
    9    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.82 ms | 1394 KiB | 19 Q