Home
last modified time | relevance | path

Searched refs:handleHaltCompiler (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php947 protected function handleHaltCompiler(): string { function in PhpParser\\ParserAbstract
/PHP-Parser/grammar/
H A Dphp.y240 { $$ = Stmt\HaltCompiler[$this->handleHaltCompiler()]; }
/PHP-Parser/
H A DCHANGELOG.md87 `startLexing()`, `getTokens()` and `handleHaltCompiler()` methods have been removed. Instead,
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1350 …$self->semValue = new Stmt\HaltCompiler($self->handleHaltCompiler(), $self->getAttributes($self->t…
H A DPhp8.php1344 …$self->semValue = new Stmt\HaltCompiler($self->handleHaltCompiler(), $self->getAttributes($self->t…

Completed in 31 milliseconds