tests/languages/php/keyword_feature.test


Log

Author Commit Date CI Message
Tom Pavelec 4ffab525 2022-04-01T22:10:16 PHP: Added `never` return type + minor fix of named arguments (#3421)
Frank de Jonge 4c3f1969 2022-03-22T10:35:27 PHP: Added `readonly` keyword (#3349) Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Daniel Wilkowski e0ee93f1 2021-04-14T15:23:06 PHP: Added missing PHP 7.4 `fn` keyword (#2858)
Michael Schmidt 7e8cd40d 2021-04-03T11:14:13 PHP: Fixed methods with keyword names + minor improvements (#2818)
Tom Pavelec 38808e64 2020-10-13T14:03:42 PHP: Added support for PHP 7.4 + other major improvements (#2566)
Ayesh Karunaratne 1761513e 2020-10-05T18:01:19 PHP: Added `match` keyword (PHP 8.0) (#2574) PHP introduces a new [`match` keyword in PHP 8.0](https://php.watch/versions/8.0/match-expression).
volado 439e3bd7 2019-01-11T00:54:01 Made false, true, and null constants in PHP (#1694) - This adds the `constant` alias to `false` and `true`. - `null` is no longer `keyword` but a `constant`.
volado 55fb0f8e 2019-01-03T17:22:02 Update PHP keywords (#1690) This removes PHP 4 specific keywords and adds new PHP keywords. Keywords previously classified as functions are now classified as keywords.
Golmote afe78bd9 2015-08-29T23:17:12 Add tests for PHP