3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = <<<EOF [test] x[]= x[]=abc#def ;etc EOF; var_dump( parse_ini_string( s, true, INI_SCANNER_RAW ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kBaqO
function name:  (null)
number of ops:  11
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%0A%5Btest%5D%0Ax%5B%5D%3D%0Ax%5B%5D%3Dabc%23def%0A%3Betc%0A'
   12     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'parse_ini_string'
          3        FETCH_CONSTANT                                   ~2      's'
          4        SEND_VAL                                                 ~2
          5        SEND_VAL                                                 <true>
          6        SEND_VAL                                                 1
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.81 ms | 1394 KiB | 17 Q