$x = f() ? f() : 'default';@H_301_2@
$a = f() ?: 'default';@H_301_2@ 见the manual on ?: operator.
见the manual on ?: operator.