PHP - Operators
Identify the problem in this PHP code:
$x = true;
if ($x ||) {
echo 'Yes';
}
$x = true;
if ($x ||) {
echo 'Yes';
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions