Zend 200-530 Question Answer
What is the result of the following code?
$a = 1;
$b = "1";
var_dump($a === $b);
bool(true
bool(false)
Parser error
NULL
TESTED 04 Nov 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved