The RFC for the null coalescing assignment operator has been accepted and is pending merge for PHP 7.2.
The token name (based on the PR) will be T_COALESCE_EQUAL and will look like ??=.
Ref: https://wiki.php.net/rfc/null_coalesce_equal_operator
Ref: php/php-src#1795