3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://steamcommunity.com/market/priceoverview/?country=NL&currency=1&appid=730&market_hash_name=P90%20%7C%20Asiimov%20%28Factory%20New%29'; $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/GmXUu
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%3Fcountry%3DNL%26currency%3D1%26appid%3D730%26market_hash_name%3DP90%2520%257C%2520Asiimov%2520%2528Factory%2520New%2529'
    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:
167.97 ms | 1386 KiB | 17 Q