PHP 7.2: Add sniffing for usage of the T_COALESCE_EQUAL token by jrfnl · Pull Request #340 · PHPCompatibility/PHPCompatibility

@jrfnl

The `T_COALESCE_EQUAL` token is expected to be introduced in PHP 7.2.
Ref: https://wiki.php.net/rfc/null_coalesce_equal_operator

This includes a fix for a previously incorrect unit test which was _already_ testing for this construct but incorrectly identifying it as `T_COALESCE`.

@jrfnl jrfnl deleted the feature/fix-null-coalesce-unit-test branch

February 17, 2017 22:08

@jrfnl jrfnl mentioned this pull request

Mar 25, 2018

@jrfnl jrfnl mentioned this pull request

Jun 1, 2019

40 tasks