Bug 459659 - PHP 7.4: Arrow functions
Summary: PHP 7.4: Arrow functions
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (other bugs)
Version First Reported In: 5.9.220801
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-25 15:30 UTC by Heinz Wiesinger
Modified: 2023-07-16 08:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented 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:30:32 UTC
PHP 7.4 added support for arrow functions:

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