3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = file_get_contents("http://www.scoresway.com/a/block_home_matches?sport=soccer&block_id=block_home_matches_c3b38e896b38bf61cfbc88a8e9ba7946&service_id=block.home_matches&callback_params={%22date%22%3a%222012-12-20%22,%22display%22%3a%22all%22,%22live_update%22%3afalse}&action=filterContent&params={%22display%22%3a%22now_playing%22}&localization_id=www");//replace with the url in the description $json_output = json_decode($json, TRUE); $val = $json_output["commands"][0]["content"]; echo $val;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pXABe
function name:  (null)
number of ops:  15
compiled vars:  !0 = $json, !1 = $json_output, !2 = $val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.scoresway.com%2Fa%2Fblock_home_matches%3Fsport%3Dsoccer%26block_id%3Dblock_home_matches_c3b38e896b38bf61cfbc88a8e9ba7946%26service_id%3Dblock.home_matches%26callback_params%3D%7B%2522date%2522%253a%25222012-12-20%2522%2C%2522display%2522%253a%2522all%2522%2C%2522live_update%2522%253afalse%7D%26action%3DfilterContent%26params%3D%7B%2522display%2522%253a%2522now_playing%2522%7D%26localization_id%3Dwww'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4        INIT_FCALL                                               'json_decode'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    4     9        FETCH_DIM_R                                      ~7      !1, 'commands'
         10        FETCH_DIM_R                                      ~8      ~7, 0
         11        FETCH_DIM_R                                      ~9      ~8, 'content'
         12        ASSIGN                                                   !2, ~9
    5    13        ECHO                                                     !2
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.38 ms | 1395 KiB | 17 Q