PHP - Variables and Data Types
What will be the output of this PHP code?
$a = 9223372036854775807; $b = $a + 1; echo gettype($b);
$a = 9223372036854775807; $b = $a + 1; echo gettype($b);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions