Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
func
(l *Parser) GetErrors() []*errors.Error {
80
return
l.Lexer.GetErrors()
81
}
82
83
// helpers
84
Callers
1
TestPhp5ControlCharsErrors
Function · 0.95
Implementers
2
Parser
php7/parser.go
Parser
php5/parser.go
Calls
1
GetErrors
Method · 0.65
Tested by
1
TestPhp5ControlCharsErrors
Function · 0.76