Bug 383133 - parse syntax error on PHP 7 coalesce operator
Summary: parse syntax error on PHP 7 coalesce operator
Status: RESOLVED DUPLICATE of bug 379499
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-04 17:43 UTC by Anon
Modified: 2017-08-07 09:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***