If you try to clear the AliasManager cache for the root path /
then PHP will raise a warning: array_key_exists(): The first argument should be either a string or an integer AliasWhitelist.php:95
The reason for this is that strtok('/', '/')
will return FALSE
.