3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = <<<EOF [test] x[]= x[]=abc;def 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/8Bm0s
function name:  (null)
number of ops:  10
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%3Bdef%0Ax%5B%5D%3Dabc%23def%0A%3Betc%0A'
   13     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'parse_ini_string'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 <true>
          5        SEND_VAL                                                 1
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.56 ms | 1394 KiB | 17 Q