Bug 383133

Summary: parse syntax error on PHP 7 coalesce operator
Product: [Applications] kdevelop Reporter: Anon <bugs.kde.org>
Component: Language Support: PHPAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=379499
Latest Commit: Version Fixed In:

Description Anon 2017-08-04 17:43:29 UTC
The parsing does not recognize the PHP7 operator ?? and displays an error:

$foo = $bar ?? 'baz';
Comment 1 Anon 2017-08-07 07:15:06 UTC
I just saw this: https://bugs.kde.org/show_bug.cgi?id=379499

Can anyone confirm me if there is actually no support for PHP7 yet?
Comment 2 Kevin Funk 2017-08-07 07:30:10 UTC
@Anon: No, I don't think there's full support for PHP7 yet. Best to watch bug 379499.
Comment 3 Anon 2017-08-07 09:57:39 UTC

*** This bug has been marked as a duplicate of bug 379499 ***