Returns array of php keywords.
list<string>
private function getKeywords() { return [ '__halt_compiler', ]; }