3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ini = "[Section] intZero=0 intOne=1 boolTrue=true boolFalse=false "; $iniParsed = parse_ini_string($ini, INI_SCANNER_TYPED); var_dump(1, 0, true, false, $iniParsed);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MjQgt
function name:  (null)
number of ops:  14
compiled vars:  !0 = $ini, !1 = $iniParsed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%5BSection%5D%0AintZero%3D0%0AintOne%3D1%0AboolTrue%3Dtrue%0AboolFalse%3Dfalse%0A'
   10     1        INIT_FCALL                                               'parse_ini_string'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 2
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
   12     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAL                                                 1
          8        SEND_VAL                                                 0
          9        SEND_VAL                                                 <true>
         10        SEND_VAL                                                 <false>
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.39 ms | 1394 KiB | 17 Q