Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ Lookahead
Method
Lookahead
php7/php7.go:1803–1803 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1801
type
yyParser
interface
{
1802
Parse(yyLexer) int
1803
Lookahead() int
1804
}
1805
1806
type
yyParserImpl
struct
{
Callers
nothing calls this directly
Implementers
2
yyParserImpl
php7/php7.go
yyParserImpl
php5/php5.go
Calls
no outgoing calls
Tested by
no test coverage detected