Bug 439585

Summary: PHP 8.0: Nullsafe operator
Product: [Applications] kdevelop Reporter: Jan Pavlicek <jan.pavlicek>
Component: Language Support: PHPAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist CC: pprkut
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jan Pavlicek 2021-07-07 07:52:56 UTC
SUMMARY

"Subset" of 437992.

PHP8 introduced update to the object access operator syntax, adding posibility to use "nullsafe operator" - by adding question mark, the program won't crash when the called object is null, instead the expression will return null. This question mark should be supported by KDevelop

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