Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ WithFreeFloating
Method
WithFreeFloating
php5/parser.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(l *Parser) WithFreeFloating() {
58
l.Lexer.SetWithFreeFloating(true)
59
}
60
61
// Parse the php7 Parser entrypoint
62
func
(l *Parser) Parse() int {
Callers
nothing calls this directly
Implementers
2
Parser
php7/parser.go
Parser
php5/parser.go
Calls
1
SetWithFreeFloating
Method · 0.65
Tested by
no test coverage detected