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

Method Error

php7/php7.go:1798–1798  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

1796type yyLexer interface {
1797 Lex(lval *yySymType) int
1798 Error(s string)
1799}
1800
1801type yyParser interface {

Callers

nothing calls this directly

Implementers 3

Parserphp7/parser.go
Lexerscanner/lexer.go
Parserphp5/parser.go

Calls

no outgoing calls

Tested by

no test coverage detected