Home
last modified time | relevance | path

Searched defs:phpVersion (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php36 public function __construct(?PhpVersion $phpVersion = null) {
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php433 … public function testTargetVersion(string $phpVersion, string $code, array $expectedTokens): void {
/PHP-Parser/test_old/
H A Drun.php60 $phpVersion = $options['--php-version'] ?? '8.0'; variable
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php43 protected PhpVersion $phpVersion; variable in PhpParser\\ParserAbstract
156 public function __construct(Lexer $lexer, ?PhpVersion $phpVersion = null) {
H A DPrettyPrinterAbstract.php130 protected PhpVersion $phpVersion; variable in PhpParser\\PrettyPrinterAbstract

Completed in 16 milliseconds