Home
last modified time | relevance | path

Searched refs:HaltCompiler (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DHaltCompiler.php7 class HaltCompiler extends Stmt { class
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php574 } elseif (!$stmt instanceof Node\Stmt\HaltCompiler
603 } elseif ($stmt instanceof Node\Stmt\HaltCompiler) {
685 || $stmt instanceof Node\Stmt\HaltCompiler
/PHP-Parser/grammar/
H A Dphp.y244 { $$ = Stmt\HaltCompiler[$this->handleHaltCompiler()]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1018 protected function pStmt_HaltCompiler(Stmt\HaltCompiler $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1350 …$self->semValue = new Stmt\HaltCompiler($self->handleHaltCompiler(), $self->getAttributes($self->t…
H A DPhp8.php1345 …$self->semValue = new Stmt\HaltCompiler($self->handleHaltCompiler(), $self->getAttributes($self->t…

Completed in 53 milliseconds