MCPcopy Create free account
hub / github.com/z7zmey/php-parser / GetErrors

Method GetErrors

php7/parser.go:78–80  ·  view source on GitHub ↗

GetErrors returns errors list

()

Source from the content-addressed store, hash-verified

76
77// GetErrors returns errors list
78func (l *Parser) GetErrors() []*errors.Error {
79 return l.Lexer.GetErrors()
80}
81
82// helpers
83

Callers 1

Implementers 2

Parserphp7/parser.go
Parserphp5/parser.go

Calls 1

GetErrorsMethod · 0.65

Tested by 1