<?php $b = 16; echo $a ?? 2; echo "<br />"; echo $a ?? $b ?? 7;
You have javascript disabled. You will not be able to edit any code.