3v4l.org

run code in 300+ PHP versions simultaneously
<?php const QUERY = 'filters[business_date]=2019-06-18&filters[branch_hid]=_654564d34'; parse_str(QUERY, $parsed); var_dump($parsed);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dcF7i
function name:  (null)
number of ops:  10
compiled vars:  !0 = $parsed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'QUERY', 'filters%5Bbusiness_date%5D%3D2019-06-18%26filters%5Bbranch_hid%5D%3D_654564d34'
    5     1        INIT_FCALL                                               'parse_str'
          2        FETCH_CONSTANT                                   ~1      'QUERY'
          3        SEND_VAL                                                 ~1
          4        SEND_REF                                                 !0
          5        DO_ICALL                                                 
    7     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.52 ms | 997 KiB | 15 Q