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

Method GetErrors

php5/parser.go:79–81  ·  view source on GitHub ↗

GetErrors returns errors list

()

Source from the content-addressed store, hash-verified

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

Callers 1

Implementers 2

Parserphp7/parser.go
Parserphp5/parser.go

Calls 1

GetErrorsMethod · 0.65

Tested by 1