3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = $mysite['url'] ; $query = parse_url($str, PHP_URL_QUERY ); parse_str($query, $link);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nWKSH
function name:  (null)
number of ops:  12
compiled vars:  !0 = $str, !1 = $mysite, !2 = $query, !3 = $link
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_DIM_R                                      ~4      !1, 'url'
          1        ASSIGN                                                   !0, ~4
    5     2        INIT_FCALL                                               'parse_url'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 6
          5        DO_ICALL                                         $6      
          6        ASSIGN                                                   !2, $6
    6     7        INIT_FCALL                                               'parse_str'
          8        SEND_VAR                                                 !2
          9        SEND_REF                                                 !3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.08 ms | 1398 KiB | 18 Q