<?php $a = 0; echo true ?? false.PHP_EOL; echo $a ?? 'A'.PHP_EOL; echo $b ?? 'B'.PHP_EOL;
You have javascript disabled. You will not be able to edit any code.