Searched refs:stmts (Results 1 – 2 of 2) sorted by relevance
15 $stmts = array(42 foreach ($stmts as $sql) {
2523 function getFileDocComment(array $stmts): ?DocComment { argument2524 if (empty($stmts)) {2528 $comments = $stmts[0]->getComments();2540 function handleStatements(FileInfo $fileInfo, array $stmts, PrettyPrinterAbstract $prettyPrinter) { argument2542 foreach ($stmts as $stmt) {2548 handleStatements($fileInfo, $stmt->stmts, $prettyPrinter);2570 foreach ($stmt->stmts as $classStmt) {2633 $stmts = $parser->parse($code);2634 $nodeTraverser->traverse($stmts);2637 $fileDocComment = getFileDocComment($stmts);[all …]
Completed in 14 milliseconds