<?php

class Test {
    public function foobar() {
        $this ??= 123;
    }
}

?>