3v4l.org

run code in 500+ PHP versions simultaneously
<?php $sc = '[csvtohtml_create include_rows="1-10" debug_mode="no" source_type="guess" path="largecsv" source_files="test?output=csv" csv_delimiter="," ]'; if (preg_match_all('~([^\s=]+)=(?|"([^"]*)"|(\S+))~', $sc, $ms)) { print_r(array_combine($ms[1],$ms[2])); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 16
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/vOeou
function name:  (null)
number of ops:  17
compiled vars:  !0 = $sc, !1 = $ms
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '%5Bcsvtohtml_create+include_rows%3D%221-10%22+%0Adebug_mode%3D%22no%22+source_type%3D%22guess%22+path%3D%22largecsv%22+%0Asource_files%3D%22test%3Foutput%3Dcsv%22++csv_delimiter%3D%22%2C%22+%5D'
    6     1        INIT_FCALL                                                   'preg_match_all'
          2        SEND_VAL                                                     '%7E%28%5B%5E%5Cs%3D%5D%2B%29%3D%28%3F%7C%22%28%5B%5E%22%5D%2A%29%22%7C%28%5CS%2B%29%29%7E'
          3        SEND_VAR                                                     !0
          4        SEND_REF                                                     !1
          5        DO_ICALL                                             $3      
          6      > JMPZ                                                         $3, ->16
    7     7    >   INIT_FCALL                                                   'print_r'
          8        INIT_FCALL                                                   'array_combine'
          9        FETCH_DIM_R                                          ~4      !1, 1
         10        SEND_VAL                                                     ~4
         11        FETCH_DIM_R                                          ~5      !1, 2
         12        SEND_VAL                                                     ~5
         13        DO_ICALL                                             $6      
         14        SEND_VAR                                                     $6
         15        DO_ICALL                                                     
    8    16    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
139.24 ms | 2060 KiB | 16 Q