Source Code:
(back to article)
<?php $var = $var ?? 'default value'; echo $var;
Result:
Report an issue