3v4l.org

run code in 300+ PHP versions simultaneously
<?php $what = parse_ini_string(' [test] a = null ', true); var_export($what);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gb2hP
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%0A'
    6     2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $1      
    3     4        ASSIGN                                                   !0, $1
    8     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:
165.98 ms | 1394 KiB | 17 Q