3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url= 'http://localhost?' . "t=123455asdfgh&2384"; parse_str( parse_url( $url, PHP_URL_QUERY), $params); echo $params['t']; // Outputs 12
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nJBKi
function name:  (null)
number of ops:  12
compiled vars:  !0 = $url, !1 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Flocalhost%3Ft%3D123455asdfgh%262384'
    3     1        INIT_FCALL                                               'parse_str'
          2        INIT_FCALL                                               'parse_url'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 6
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    4     9        FETCH_DIM_R                                      ~5      !1, 't'
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.24 ms | 1398 KiB | 17 Q