Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DPhpVersionTest.php33 $this->assertTrue($php81->older($php82));
34 $this->assertFalse($php81->older($php81));
35 $this->assertFalse($php81->older($php74));
/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php83 public function older(PhpVersion $other): bool { function in PhpParser\\PhpVersion
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php104 return $this->hostPhpVersion->older($emulatorPhpVersion)
110 && $this->targetPhpVersion->older($emulatorPhpVersion);
/PHP-Parser/doc/component/
H A DLexer.markdown23 …This means that certain code that is legal on older versions (namespaced names including whitespac…
35 older PHP versions, which can make keywords from newer versions non-reserved.
H A DPretty_printing.markdown37 * `phpVersion` (defaults to 7.4) allows opting into formatting that is not supported by older PHP
/PHP-Parser/doc/
H A D0_Introduction.markdown51 older one), and accept code that is syntactically correct, but would result in a compiler error.
/PHP-Parser/
H A DUPGRADE-5.0.md6 …PHP 7.4 or newer to run. It is however still possible to *parse* code for older versions, while ru…
10 …ccepts a `PhpVersion` argument, which can be used to improve compatibility with older PHP versions.
12 In particular, if an older `PhpVersion` is specified, then:
H A DCHANGELOG.md129 * The minimum host PHP version is now PHP 7.4. It is still possible to parse code from older
210 version is set to older than PHP 7.0.
493 `T_NAME_*` tokens, using emulationg on older PHP versions. Full support for reserved keywords
1233 **This changelog only includes changes from the 2.0 series. For older changes see the

Completed in 19 milliseconds