3v4l.org

run code in 300+ PHP versions simultaneously
<?php print "omg"; $parts = parse_url("http://134744072\x00:xxx\x00@1.2.3.4\x00/btc.txt\x00"); print "meh"; print_r($parts); print "wah"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KBtTn
function name:  (null)
number of ops:  11
compiled vars:  !0 = $parts
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'omg'
    3     1        INIT_FCALL                                               'parse_url'
          2        SEND_VAL                                                 'http%3A%2F%2F134744072%00%3Axxx%00%401.2.3.4%00%2Fbtc.txt%00'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    4     5        ECHO                                                     'meh'
    5     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
    6     9        ECHO                                                     'wah'
    7    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.18 ms | 1394 KiB | 17 Q