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

Callers

nothing calls this directly

Implementers 2

Parserphp7/parser.go
Parserphp5/parser.go

Calls 1

SetWithFreeFloatingMethod · 0.65

Tested by

no test coverage detected