3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = file_get_contents("http://thezew.cirr.com:8000/status.xsl?mount=/32k/alittlezew.mp3"); preg_match_all('/<td\s[^>]*class=\"streamdata\">(.*)<\/td>/isU', $str, $match); print_r($match); echo $str;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sbBVn
function name:  (null)
number of ops:  14
compiled vars:  !0 = $str, !1 = $match
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fthezew.cirr.com%3A8000%2Fstatus.xsl%3Fmount%3D%2F32k%2Falittlezew.mp3'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'preg_match_all'
          5        SEND_VAL                                                 '%2F%3Ctd%5Cs%5B%5E%3E%5D%2Aclass%3D%5C%22streamdata%5C%22%3E%28.%2A%29%3C%5C%2Ftd%3E%2FisU'
          6        SEND_VAR                                                 !0
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    4     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
    5    12        ECHO                                                     !0
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.57 ms | 1394 KiB | 19 Q