3v4l.org

run code in 300+ PHP versions simultaneously
<?php $what = parse_ini_string(' [test] a = null b = 0 c = "" ', true); var_export($what);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j9Evf
function name:  (null)
number of ops:  9
compiled vars:  !0 = $what
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_ini_string'
          1        SEND_VAL                                                 '%0A%5Btest%5D%0Aa+%3D+null%0Ab+%3D+0%0Ac+%3D+%22%22%0A'
    8     2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $1      
    3     4        ASSIGN                                                   !0, $1
   10     5        INIT_FCALL                                               'var_export'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.02 ms | 1385 KiB | 17 Q