This question got me thinking about bare strings.
When PHP sees a string that\'s not enclosed in quotes, it first checks to see if it\'s a constant. If not, it just
The only time you would use a bare string as a key is if it's been previously used in define() for a constant.