3v4l.org

run code in 300+ PHP versions simultaneously
<?php $get_string = "TOKEN=EC%2d09F245458F168291J&TIMESTAMP=2015%2d08%2d29T08%3a22%3a55Z&CORRELATIONID=bf30a7057eaa1&ACK=Success&VERSION=78&BUILD=000000"; parse_str($get_string, $get_array); print_r($get_array); echo $get_array['ACK'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jp769
function name:  (null)
number of ops:  11
compiled vars:  !0 = $get_string, !1 = $get_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'TOKEN%3DEC%252d09F245458F168291J%26TIMESTAMP%3D2015%252d08%252d29T08%253a22%253a55Z%26CORRELATIONID%3Dbf30a7057eaa1%26ACK%3DSuccess%26VERSION%3D78%26BUILD%3D000000'
    5     1        INIT_FCALL                                               'parse_str'
          2        SEND_VAR                                                 !0
          3        SEND_REF                                                 !1
          4        DO_ICALL                                                 
    7     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
    9     8        FETCH_DIM_R                                      ~5      !1, 'ACK'
          9        ECHO                                                     ~5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
191.83 ms | 1394 KiB | 17 Q