Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DFormattingTest.php557 $names = array_column($this->flattenCalls($this->H->calls), 0);
706 private function flattenCalls(array $calls): array function in dokuwiki\\test\\Parsing\\ParserMode\\FormattingTest
711 $out = array_merge($out, $this->flattenCalls($call[1][0]));