3v4l.org

run code in 300+ PHP versions simultaneously
<?php $requestedUrI = $_SERVER['REQUEST_URI'] = 'http://www.testing.com/login'; print_r( parse_url($requestedUrI) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gt62J
function name:  (null)
number of ops:  11
compiled vars:  !0 = $requestedUrI
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $1      '_SERVER'
          1        ASSIGN_DIM                                       ~2      $1, 'REQUEST_URI'
          2        OP_DATA                                                  'http%3A%2F%2Fwww.testing.com%2Flogin'
          3        ASSIGN                                                   !0, ~2
    4     4        INIT_FCALL                                               'print_r'
    5     5        INIT_FCALL                                               'parse_url'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                                 
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.91 ms | 1394 KiB | 17 Q