PrepAway - Latest Free Exam Questions & Answers

What is the result of the following code?

What is the result of the following code?
<code>
$a = 1;
$b = “1”;
var_dump($a === $b);
</code>

PrepAway - Latest Free Exam Questions & Answers

A.
bool(true

B.
bool(false)

C.
Parser error

D.
NULL

One Comment on “What is the result of the following code?


Leave a Reply

Your email address will not be published. Required fields are marked *