Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ WithFreeFloating
Method
WithFreeFloating
php7/parser.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(l *Parser) WithFreeFloating() {
57
l.Lexer.SetWithFreeFloating(true)
58
}
59
60
// Parse the php7 Parser entrypoint
61
func
(l *Parser) Parse() int {
Callers
8
parserWorker
Function · 0.95
parsePhp5
Function · 0.95
ExamplePrinter
Function · 0.95
parse
Function · 0.95
ExamplePrettyJsonDumper
Function · 0.95
ExampleGoDumper
Function · 0.95
ExampleJsonDumper
Function · 0.95
ExampleDumper
Function · 0.95
Implementers
2
Parser
php7/parser.go
Parser
php5/parser.go
Calls
1
SetWithFreeFloating
Method · 0.65
Tested by
7
parsePhp5
Function · 0.76
ExamplePrinter
Function · 0.76
parse
Function · 0.76
ExamplePrettyJsonDumper
Function · 0.76
ExampleGoDumper
Function · 0.76
ExampleJsonDumper
Function · 0.76
ExampleDumper
Function · 0.76