3v4l.org

run code in 300+ PHP versions simultaneously
<?php parse_str('criteria=%28customerId%3D%3D%221452249%22%29&text=tst&audio=won&badge=2&custompayload=lotId%3D12345678%26type%3DWON%26notificationId%3D7', $tst); print_r($tst); parse_str('lotId%3D12345678%26type%3DWON%26notificationId%3D7', $tst2); print_r($tst2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OBGF8
function name:  (null)
number of ops:  15
compiled vars:  !0 = $tst, !1 = $tst2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'parse_str'
          1        SEND_VAL                                                 'criteria%3D%2528customerId%253D%253D%25221452249%2522%2529%26text%3Dtst%26audio%3Dwon%26badge%3D2%26custompayload%3DlotId%253D12345678%2526type%253DWON%2526notificationId%253D7'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'parse_str'
          8        SEND_VAL                                                 'lotId%253D12345678%2526type%253DWON%2526notificationId%253D7'
          9        SEND_REF                                                 !1
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.18 ms | 1386 KiB | 17 Q