3v4l.org

run code in 500+ PHP versions simultaneously
<?php $query = 'address=&city=&cp=&phone_domicile='; parse_str($query,$queryStrToArray); print_r($queryStrToArray);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Cg3qt
function name:  (null)
number of ops:  9
compiled vars:  !0 = $query, !1 = $queryStrToArray
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'address%3D%26city%3D%26cp%3D%26phone_domicile%3D'
    4     1        INIT_FCALL                                                   'parse_str'
          2        SEND_VAR                                                     !0
          3        SEND_REF                                                     !1
          4        DO_ICALL                                                     
    5     5        INIT_FCALL                                                   'print_r'
          6        SEND_VAR                                                     !1
          7        DO_ICALL                                                     
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.86 ms | 2221 KiB | 15 Q