info-bits.io
In php 7 you can check if a variable contains null value and assign accordingly:
$a = $x ?? 'default';