Bug 439586 - PHP 8.0: Named arguments
Summary: PHP 8.0: Named arguments
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (other bugs)
Version First Reported In: git master
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-07 07:55 UTC by Jan Pavlicek
Modified: 2022-09-25 15:37 UTC (History)
1 user (show)

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 Jan Pavlicek 2021-07-07 07:55:21 UTC
SUMMARY

"Subset" of 437992.

In PHP8, it is now possible to name arguments and then use these names when calling them, without the need to specify preceeding arguments. This can be very beneficial especially when using autowiring and similar functions in DI containers. KDevelop should support this new feature.

https://wiki.php.net/rfc/named_params