News Feed
Jobs Feed
Sections




News Archive
Felix Geisendorfer's Blog:
False == 0, or not?
August 14, 2007 @ 08:45:00

Felix Geisendorfer has come across something interesting in his coding - an issue where false might not be false in the right situation.

So far I've always thought false would evaluate to 0 when used in a computational context. Turns out that this isn't always the case.

His code example tries to check is a false value is greater than or equal to a negative number. The result, however (despite the thinking that false is a zero value) turns out to be false.

I randomly stumbled upon this when arguing with Mariano today if setting Model::recursive to 'false' has the same effect as setting it to '-1'. Turns out that cake uses a statement like this: if ($recursive > -1) in the core which in turn makes -1 and false do exactly the same thing.
0 comments voice your opinion now!
false zero evaluate compare negative false zero evaluate compare negative


blog comments powered by Disqus

Similar Posts

Toomas Romer's Blog: Case study: Is PHP embarrassingly slower than Java?

Saltwater.eu: PHP Cloud Management: Orchestra vs. PHP Fog

Tobias Schlitt\'s Blog: eZ Components and PEAR

Kevin Schroeder's Blog: ZF2 Dependency Injection - Multiple Object Instances

DZone.com: PHPUnit vs. Phake cheatsheet


Community Events











Don't see your event here?
Let us know!


podcast development conference code framework community opinion testing zendframework2 unittest composer series object functional release language interview introduction tool example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework