PHP - Operators
Identify the error in the following PHP code using the null coalescing operator:
$value = ?? 10;
$value = ?? 10;
$a ?? $b.?? 10 without a left operand before ??, which is invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions