<?php

$browser = array (
  'name' => 
  array (
    0 => 'Google Chrome',
    1 => 'Internet Explorer',
    2 => 'Light',
    3 => 'Microsoft Edge',
    4 => '(value not set)',
  ),
  'path' => 
  array (
    0 => 'C:/Program Files/Google/Chrome/Application/chrome.exe',
    1 => 'C:/Program Files/Internet Explorer/iexplore.exe',
    2 => 'C:/Program Files/Light/light.exe',
    3 => 'C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe',
  ),
);

?>