<table><tr><td style="">mtijink created this revision.<br />mtijink added a project: KDevelop.<br />Restricted Application added a subscriber: kdevelop-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D6645" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This diff adds the spaceship operator <tt style="background: #ebebeb; font-size: 13px;"><=></tt> (returning <tt style="background: #ebebeb; font-size: 13px;">-1</tt>, <tt style="background: #ebebeb; font-size: 13px;">0</tt> or <tt style="background: #ebebeb; font-size: 13px;">1</tt>, useful in implementing comparison functions) and the null coalesce operator <tt style="background: #ebebeb; font-size: 13px;">??</tt> (returning the left operand if it is set and is not null, otherwise the second operand).</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R52 KDevelop: PHP Support</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6645" rel="noreferrer">https://phabricator.kde.org/D6645</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>completion/context.cpp<br />
parser/php.g<br />
parser/phplexer.cpp<br />
parser/test/lexertest.cpp<br />
parser/test/lexertest.h</div></div></div><br /><div><strong>To: </strong>mtijink, KDevelop<br /><strong>Cc: </strong>kdevelop-devel, KDevelop, geetamc, Pilzschaf, akshaydeo, surgenight, arrowdodger<br /></div>