3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test="http://google.com:1&#106@example.com"; echo $x= parse_url($test, PHP_URL_HOST); echo file_get_contents($test);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/unQuX
function name:  (null)
number of ops:  12
compiled vars:  !0 = $test, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fgoogle.com%3A1%26%23106%40example.com'
    3     1        INIT_FCALL                                               'parse_url'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 1
          4        DO_ICALL                                         $3      
          5        ASSIGN                                           ~4      !1, $3
          6        ECHO                                                     ~4
    4     7        INIT_FCALL                                               'file_get_contents'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.04 ms | 1394 KiB | 17 Q