Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Builder/
H A DNamespace_.php32 $this->stmts[] = BuilderHelpers::normalizeStmt($stmt);
H A DFunction_.php35 $this->stmts[] = BuilderHelpers::normalizeStmt($stmt);
H A DMethod.php114 $this->stmts[] = BuilderHelpers::normalizeStmt($stmt);
/PHP-Parser/test/PhpParser/
H A DBuilderHelpersTest.php27 $this->assertSame($stmt, BuilderHelpers::normalizeStmt($stmt));
30 $normalizedExpr = BuilderHelpers::normalizeStmt($expr);
36 BuilderHelpers::normalizeStmt(new Node\Attribute(new Node\Name('Test')));
42 BuilderHelpers::normalizeStmt('test');
/PHP-Parser/lib/PhpParser/
H A DBuilderHelpers.php48 public static function normalizeStmt($node): Stmt { function in PhpParser\\BuilderHelpers

Completed in 8 milliseconds