<?php $a = null; $b = 2; $c = $a ?? $b = 3; echo "$a $b $c"; // 3 3
You have javascript disabled. You will not be able to edit any code.