PHP - Type Handling
Find the issue in this PHP snippet:
$x = '20';
$y = true;
$z = $x . $y;
echo $z;
$x = '20';
$y = true;
$z = $x . $y;
echo $z;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions