PHP - Variables and Data Types
What will be the output of the following PHP code?
$x = '7 oranges';
$y = 7;
var_dump($x == $y);
$x = '7 oranges';
$y = 7;
var_dump($x == $y);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions