3v4l.org

run code in 300+ PHP versions simultaneously
<?php $icecast = file_get_contents('http://audio.true.nl/status2.xsl?mount=/saturnfm'); $data = explode(",", $icecast); echo $data[17]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3Rb9O
function name:  (null)
number of ops:  12
compiled vars:  !0 = $icecast, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Faudio.true.nl%2Fstatus2.xsl%3Fmount%3D%2Fsaturnfm'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '%2C'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !1, $4
    4     9        FETCH_DIM_R                                      ~6      !1, 17
         10        ECHO                                                     ~6
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.34 ms | 1394 KiB | 17 Q