What does `var_dump(1 === true)` output?
Moderator: General Moderators
-
HalfPastJohn
- Forum Newbie
- Posts: 1
- Joined: Mon Jun 04, 2012 9:50 pm
What does `var_dump(1 === true)` output?
i'm a noob 
Re: What does `var_dump(1 === true)` output?
It's simple enough that you should be able to figure it out youself. What is ===? What happens if you use it on 1 and true? What would var_dump() show for that?
At the very least you can execute the code. I mean really.
At the very least you can execute the code. I mean really.