3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (filter_var('http://username:password@hostname:8000', FILTER_VALIDATE_URL)) { print_r(parse_url('http://username:password@hostname:8000')); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 11
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/l9lE0
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'filter_var'
          1        SEND_VAL                                                 'http%3A%2F%2Fusername%3Apassword%40hostname%3A8000'
          2        SEND_VAL                                                 273
          3        DO_ICALL                                         $0      
          4      > JMPZ                                                     $0, ->11
    3     5    >   INIT_FCALL                                               'print_r'
          6        INIT_FCALL                                               'parse_url'
          7        SEND_VAL                                                 'http%3A%2F%2Fusername%3Apassword%40hostname%3A8000'
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                                 
    4    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.28 ms | 1394 KiB | 19 Q