3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sites = array('naughtyappetite.com',); $url = "https://m.naughtyappetite.com/oth.php?dynamicpage=all_1cm_universal_light_n&ver=1"; $url = parse_url($url, PHP_URL_HOST); print_r(array($url),1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0nXha
function name:  (null)
number of ops:  13
compiled vars:  !0 = $sites, !1 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 'https%3A%2F%2Fm.naughtyappetite.com%2Foth.php%3Fdynamicpage%3Dall_1cm_universal_light_n%26ver%3D1'
    5     2        INIT_FCALL                                               'parse_url'
          3        SEND_VAR                                                 !1
          4        SEND_VAL                                                 1
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    6     7        INIT_FCALL                                               'print_r'
          8        INIT_ARRAY                                       ~6      !1
          9        SEND_VAL                                                 ~6
         10        SEND_VAL                                                 1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
270.57 ms | 1394 KiB | 18 Q