3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "hhvm.static_file.files_match[0][pattern]=*.(dll | exe)" . PHP_EOL; $a .= "hhvm.static_file.files_match[0][headers][]=Content-Disposition: attachment" . PHP_EOL; $a .= "hhvm.static_file.files_match[1][pattern]=*.(php)" . PHP_EOL; $a .= "hhvm.static_file.files_match[1][headers][]=Content-Disposition: program" . PHP_EOL; var_dump(parse_ini_string($a));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/phv5U
function name:  (null)
number of ops:  11
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'hhvm.static_file.files_match%5B0%5D%5Bpattern%5D%3D%2A.%28dll+%7C+exe%29%0A'
    3     1        ASSIGN_OP                                     8          !0, 'hhvm.static_file.files_match%5B0%5D%5Bheaders%5D%5B%5D%3DContent-Disposition%3A+attachment%0A'
    4     2        ASSIGN_OP                                     8          !0, 'hhvm.static_file.files_match%5B1%5D%5Bpattern%5D%3D%2A.%28php%29%0A'
    5     3        ASSIGN_OP                                     8          !0, 'hhvm.static_file.files_match%5B1%5D%5Bheaders%5D%5B%5D%3DContent-Disposition%3A+program%0A'
    6     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'parse_ini_string'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $5      
          8        SEND_VAR                                                 $5
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.5 ms | 1394 KiB | 17 Q