There was an error while loading. Please reload this page.
$a = null; $b = 'This is b.'; $a = $a ?: $b; var_dump($a);