return $instance ?? $instance = new obj();
return $instance ??= new obj();

上記の二つはやってる事同じですか?