3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.74 ms | 1394 KiB | 19 Q