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 18 Feb 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved