3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.26 ms | 1394 KiB | 17 Q