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