3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = parse_ini_string("[DataTypes]\nstring=\"3.1415\"\nfloat=3.1415\ninteger=3\nboolean[]=false\nboolean[]=on\nnulll=null",true, defined('INI_SCANNER_TYPED') ? INI_SCANNER_TYPED : INI_SCANNER_NORMAL); var_dump($result);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NQgRu
function name:  (null)
number of ops:  14
compiled vars:  !0 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_ini_string'
          1        SEND_VAL                                                 '%5BDataTypes%5D%0Astring%3D%223.1415%22%0Afloat%3D3.1415%0Ainteger%3D3%0Aboolean%5B%5D%3Dfalse%0Aboolean%5B%5D%3Don%0Anulll%3Dnull'
          2        SEND_VAL                                                 <true>
          3      > JMPZ                                                     <true>, ->6
          4    >   QM_ASSIGN                                        ~1      2
          5      > JMP                                                      ->7
          6    >   QM_ASSIGN                                        ~1      0
          7    >   SEND_VAL                                                 ~1
          8        DO_ICALL                                         $2      
          9        ASSIGN                                                   !0, $2
    4    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.07 ms | 1394 KiB | 17 Q