• Handle unquoted string indices for simple variable interpolation, e.g.: "$foo[bar]" • Mark other array index attempts as invalid (since PHP will error), e.g.: "$foo[bar baz]" Changed: U trunk/Bundles/PHP.tmbundle/Syntaxes/PHP.plist