PHP - Operators
Find the error in this PHP code snippet:
$a = true;
if ($a & true) {
echo 'Yes';
}
$a = true;
if ($a & true) {
echo 'Yes';
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions