Problem because if you have say 15 ext. and one of ext has say number `14`
and extension `14` has index 15 in array.
And php returns
```PHP
$a = array('14' => 'string', 14 => 'number');
print($a['14']); // number
``
|
||
|---|---|---|
| .. | ||
| resources | ||
| app_config.php | ||
| app_languages.php | ||
| app_menu.php | ||
| autocomplete.php | ||
| exec.php | ||
| index.php | ||
| index_inc.php | ||
| root.php | ||