Bug 459661 - PHP 8.0: Match expression
Summary: PHP 8.0: Match expression
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (show other bugs)
Version: 5.9.220801
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-25 15:45 UTC by Heinz Wiesinger
Modified: 2023-07-16 08:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinz Wiesinger 2022-09-25 15:45:39 UTC
PHP 8.0 added support for a match expression:

https://wiki.php.net/rfc/match_expression_v2
Comment 1 Heinz Wiesinger 2023-07-16 08:01:39 UTC
"match" needs to be added to the list of reservedNonModifiers (context sensitive lexer)