Home
last modified time | relevance | path

Searched refs:getPhpVersion (Results 1 – 12 of 12) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DReverseEmulator.php18 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
19 return $this->emulator->getPhpVersion();
H A DMatchTokenEmulator.php8 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\MatchTokenEmulator
H A DPropertyTokenEmulator.php8 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\PropertyTokenEmulator
H A DReadonlyFunctionTokenEmulator.php23 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator
H A DTokenEmulator.php10 abstract public function getPhpVersion(): PhpVersion; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
H A DEnumTokenEmulator.php8 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator
H A DReadonlyTokenEmulator.php8 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator
H A DAttributeEmulator.php9 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
H A DExplicitOctalEmulator.php9 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
H A DNullsafeTokenEmulator.php9 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
H A DAsymmetricVisibilityTokenEmulator.php9 public function getPhpVersion(): PhpVersion { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php55 $emulatorPhpVersion = $emulator->getPhpVersion();

Completed in 12 milliseconds