3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set("error_reporting", -1); ini_set("display_errors", 1); $value = parse_ini_string('[reply] 0 = "In progress (a normal message submission, with no error encountered so far)" 10 = "Delivered upstream" 11 = "Delivered to mobile"', true); var_dump($value); var_dump($value['reply'][11]); var_dump($value['reply']['11']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4Ru0d
function name:  (null)
number of ops:  27
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'error_reporting'
          2        SEND_VAL                                                 -1
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'display_errors'
          6        SEND_VAL                                                 1
          7        DO_ICALL                                                 
    5     8        INIT_FCALL                                               'parse_ini_string'
          9        SEND_VAL                                                 '%5Breply%5D%0A0+%3D+%22In+progress+%28a+normal+message+submission%2C+with+no+error+encountered+so+far%29%22%0A10+%3D+%22Delivered+upstream%22%0A11+%3D+%22Delivered+to+mobile%22'
    8    10        SEND_VAL                                                 <true>
         11        DO_ICALL                                         $3      
    5    12        ASSIGN                                                   !0, $3
    9    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
   11    16        INIT_FCALL                                               'var_dump'
         17        FETCH_DIM_R                                      ~6      !0, 'reply'
         18        FETCH_DIM_R                                      ~7      ~6, 11
         19        SEND_VAL                                                 ~7
         20        DO_ICALL                                                 
   12    21        INIT_FCALL                                               'var_dump'
         22        FETCH_DIM_R                                      ~9      !0, 'reply'
         23        FETCH_DIM_R                                      ~10     ~9, 11
         24        SEND_VAL                                                 ~10
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.91 ms | 1400 KiB | 19 Q