3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://steamcommunity.com/market/priceoverview/?appid=570&market_hash_name'; $json = json_decode(file_get_contents($url), true); echo $json["lowest_price"]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0ttnp
function name:  (null)
number of ops:  12
compiled vars:  !0 = $url, !1 = $json
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fsteamcommunity.com%2Fmarket%2Fpriceoverview%2F%3Fappid%3D570%26market_hash_name'
    3     1        INIT_FCALL                                               'json_decode'
          2        INIT_FCALL                                               'file_get_contents'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !1, $4
    4     9        FETCH_DIM_R                                      ~6      !1, 'lowest_price'
         10        ECHO                                                     ~6
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.61 ms | 1394 KiB | 17 Q