3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(parse_ini_string('name="thomas moore"', true, INI_SCANNER_RAW)); var_dump(parse_ini_string('name="thomas moore"', true)); var_dump(parse_ini_string("name='thomas moore'", true, INI_SCANNER_RAW));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CflDF
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'parse_ini_string'
          2        SEND_VAL                                                 'name%3D%22thomas+%0Amoore%22'
    4     3        SEND_VAL                                                 <true>
          4        SEND_VAL                                                 1
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'parse_ini_string'
         10        SEND_VAL                                                 'name%3D%22thomas+%0Amoore%22'
    7    11        SEND_VAL                                                 <true>
         12        DO_ICALL                                         $2      
         13        SEND_VAR                                                 $2
         14        DO_ICALL                                                 
    9    15        INIT_FCALL                                               'var_dump'
         16        INIT_FCALL                                               'parse_ini_string'
         17        SEND_VAL                                                 'name%3D%27thomas%0Amoore%27'
   10    18        SEND_VAL                                                 <true>
         19        SEND_VAL                                                 1
         20        DO_ICALL                                         $4      
         21        SEND_VAR                                                 $4
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.06 ms | 1395 KiB | 17 Q