MCPcopy 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
56func (l *Parser) WithFreeFloating() {
57 l.Lexer.SetWithFreeFloating(true)
58}
59
60// Parse the php7 Parser entrypoint
61func (l *Parser) Parse() int {

Callers 8

parserWorkerFunction · 0.95
parsePhp5Function · 0.95
ExamplePrinterFunction · 0.95
parseFunction · 0.95
ExamplePrettyJsonDumperFunction · 0.95
ExampleGoDumperFunction · 0.95
ExampleJsonDumperFunction · 0.95
ExampleDumperFunction · 0.95

Implementers 2

Parserphp7/parser.go
Parserphp5/parser.go

Calls 1

SetWithFreeFloatingMethod · 0.65

Tested by 7

parsePhp5Function · 0.76
ExamplePrinterFunction · 0.76
parseFunction · 0.76
ExamplePrettyJsonDumperFunction · 0.76
ExampleGoDumperFunction · 0.76
ExampleJsonDumperFunction · 0.76
ExampleDumperFunction · 0.76