3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = parse_ini_string('[Section] cast.float = 1.2 cast.string = "fsdjlk" cast.string = "fsdjlk=waa;meukee" cast.int = 123456 cast.negativeInt = -123456 cast.PostiveInt = +123456 cast.null = null cast.noAssignment cast.bool.true = true cast.bool.false = false cast.installroot[] = 123456 cast.installroot[] = INSTALL_ROOT "waa" cast.installroot[] = INSTALL_ROOT cast.installroot[] = "waa" INSTALL_ROOT cast.installroot[] = INSTALL_ROOT "INSTALL_ROOT"', true); var_dump($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZD8hl
function name:  (null)
number of ops:  9
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_ini_string'
          1        SEND_VAL                                                 '%5BSection%5D%0Acast.float+%3D+1.2%0Acast.string+%3D+%22fsdjlk%22%0Acast.string+%3D+%22fsdjlk%3Dwaa%3Bmeukee%22%0Acast.int+%3D+123456%0Acast.negativeInt+%3D+-123456%0Acast.PostiveInt+%3D+%2B123456%0Acast.null+%3D+null%0Acast.noAssignment%0Acast.bool.true+%3D+true%0Acast.bool.false+%3D+false%0Acast.installroot%5B%5D+%3D+123456%0Acast.installroot%5B%5D+%3D+INSTALL_ROOT+%22waa%22%0Acast.installroot%5B%5D+%3D+INSTALL_ROOT%0Acast.installroot%5B%5D+%3D+%22waa%22+INSTALL_ROOT%0Acast.installroot%5B%5D+%3D+INSTALL_ROOT+%22INSTALL_ROOT%22'
   18     2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $1      
    3     4        ASSIGN                                                   !0, $1
   20     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.52 ms | 1394 KiB | 17 Q