Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DDeclareDeclare.php11 class DeclareDeclare extends DeclareItem { class
/PHP-Parser/lib/PhpParser/Node/
H A DDeclareItem.php37 class_alias(DeclareItem::class, Stmt\DeclareDeclare::class);
/PHP-Parser/test/PhpParser/
H A DCompatibilityTest.php33 $this->assertTrue($node instanceof Stmt\DeclareDeclare);
60 $node = new Stmt\DeclareDeclare('strict_types', new Scalar\LNumber(1));
/PHP-Parser/
H A Dphpstan-baseline.neon126 path: lib/PhpParser/Node/Stmt/DeclareDeclare.php
H A DUPGRADE-5.0.md287 * `Node\Stmt\DeclareDeclare` is now `Node\DeclareItem` and no longer extends `Node\Stmt`.

Completed in 11 milliseconds