https://bugs.kde.org/show_bug.cgi?id=439585

            Bug ID: 439585
           Summary: PHP8 Support - Nullsafe operator
           Product: kdevelop
           Version: git master
          Platform: Other
                OS: All
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: Language Support: PHP
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: jan.pavli...@centrum.cz
  Target Milestone: ---

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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to