3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('INSTALL_ROOT', "meukee!"); $array = parse_ini_string(' int = 123 constant = INSTALL_ROOT quotedString = "string" a = INSTALL_ROOT "waa" b = "INSTALL_ROOT" c = "waa" INSTALL_ROOT d = INSTALL_ROOT "INSTALL_ROOT"', false, INI_SCANNER_RAW); var_dump($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4R5EJ
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'INSTALL_ROOT'
          2        SEND_VAL                                                 'meukee%21'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'parse_ini_string'
          5        SEND_VAL                                                 '%0Aint+%3D+123%0Aconstant+%3D+INSTALL_ROOT%0AquotedString+%3D+%22string%22%0Aa+%3D+INSTALL_ROOT+%22waa%22%0Ab+%3D+%22INSTALL_ROOT%22%0Ac+%3D+%22waa%22+INSTALL_ROOT%0Ad+%3D+INSTALL_ROOT+%22INSTALL_ROOT%22'
   11     6        SEND_VAL                                                 <false>
          7        SEND_VAL                                                 1
          8        DO_ICALL                                         $2      
    4     9        ASSIGN                                                   !0, $2
   13    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:
159.63 ms | 1394 KiB | 19 Q