PHP - Type Handling
What is the output of this PHP code?
$a = '3 apples';
$b = 2;
echo $a * $b;
$a = '3 apples';
$b = 2;
echo $a * $b;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions