PHP - Conditional Statements
Identify the error in this PHP code:
if ($var ??) {
echo 'Set';
}if ($var ??) {
echo 'Set';
}?? requires a right operand; here it is missing.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions