Searched refs:older (Results 1 – 8 of 8) sorted by relevance
33 $this->assertTrue($php81->older($php82));34 $this->assertFalse($php81->older($php81));35 $this->assertFalse($php81->older($php74));
83 public function older(PhpVersion $other): bool { function in PhpParser\\PhpVersion
104 return $this->hostPhpVersion->older($emulatorPhpVersion)110 && $this->targetPhpVersion->older($emulatorPhpVersion);
23 …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.
37 * `phpVersion` (defaults to 7.4) allows opting into formatting that is not supported by older PHP
51 older one), and accept code that is syntactically correct, but would result in a compiler error.
6 …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:
136 * The minimum host PHP version is now PHP 7.4. It is still possible to parse code from older217 version is set to older than PHP 7.0.500 `T_NAME_*` tokens, using emulationg on older PHP versions. Full support for reserved keywords1240 **This changelog only includes changes from the 2.0 series. For older changes see the
Completed in 15 milliseconds