Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php8 use PhpParser\Node\Stmt; alias
9 use PhpParser\Node\Stmt\Class_;
1219 function handlePreprocessorConditions(array &$conds, Stmt $stmt): ?string {
1267 if ($stmt instanceof Stmt\Nop) {
1271 if ($stmt instanceof Stmt\Namespace_) {
1277 if ($stmt instanceof Stmt\Function_) {
1289 if ($stmt instanceof Stmt\ClassLike) {
1294 if ($classStmt instanceof Stmt\Nop) {
1298 if (!$classStmt instanceof Stmt\ClassMethod) {
1308 if ($stmt instanceof Stmt\Interface_) {

Completed in 6 milliseconds