Home
last modified time | relevance | path

Searched refs:addStmts (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/test/PhpParser/Builder/
H A DNamespaceTest.php27 ->addStmts([$stmt2, $stmt3])
35 ->addStmts([$stmt1, $stmt2])
H A DTraitTest.php38 ->addStmts([$method2, $method3])
H A DEnumTest.php64 ->addStmts([$const, $use])
H A DFunctionTest.php63 ->addStmts([$stmt2, $stmt3])
H A DClassTest.php99 ->addStmts([$const, $use])
H A DMethodTest.php106 ->addStmts([$stmt2, $stmt3])
/PHP-Parser/lib/PhpParser/Builder/
H A DDeclaration.php28 public function addStmts(array $stmts) { function in PhpParser\\Builder\\Declaration

Completed in 21 milliseconds