Searched refs:parseModeLine (Results 1 – 4 of 4) sorted by relevance
22 $modes = $codeParsingTest->parseModeLine($modeLine);
26 public function parseModeLine(?string $modeLine): array { function in PhpParser\\CodeTestAbstract
32 [$parser, $prettyPrinter] = $this->createParserAndPrinter($this->parseModeLine($modeLine));192 [$parser, $printer] = $this->createParserAndPrinter($this->parseModeLine($modeLine));230 [$parser, $printer] = $this->createParserAndPrinter($this->parseModeLine($modeLine));
13 $modes = $this->parseModeLine($modeLine);
Completed in 10 milliseconds