Searched defs:phpVersion (Results 1 – 5 of 5) sorted by relevance
36 public function __construct(?PhpVersion $phpVersion = null) {
433 … public function testTargetVersion(string $phpVersion, string $code, array $expectedTokens): void {
60 $phpVersion = $options['--php-version'] ?? '8.0'; variable
43 protected PhpVersion $phpVersion; variable in PhpParser\\ParserAbstract156 public function __construct(Lexer $lexer, ?PhpVersion $phpVersion = null) {
130 protected PhpVersion $phpVersion; variable in PhpParser\\PrettyPrinterAbstract
Completed in 14 milliseconds