Davis John
Results
2
issues of
Davis John
The string offset operator is not properly recognized. For eg, in the following code: ``` private function status_is_error($status) { $status_class = $status{0}; $error = ($status_class == "4" || $status_class ==...
0 - Backlog
The following keywords are not correctly recognized. They come under the class keyword.constant.other which also contains unidentified tokens. - var - global The conditional operator is also not recognized as...