News Feed
Jobs Feed
Sections




News Archive
Sean Coates' Blog:
($var == TRUE) or (TRUE == $var)?
December 07, 2005 @ 07:10:17

On Sean Coates' blog today, there's A new post sharing an "interesting little trick" he found out about a while ago - dealing with the accidental use of "=" versus "==" and a way to alleviate the issue.

Prior to enlightenment, I used to write conditionals something like this:

if($var==TRUE){ //do something }

That's how I'd "say" it, so that's how I wrote it. But is it the best way? I now don't think so.

He talks about a potential situation where the Linux OS might have had serious issues had someone not caught it, but their fix is interesting, changing "$var==TRUE" to "TRUE==$var". Then, if a "=" is used in place of a "==", an error's thrown...

0 comments voice your opinion now!
double-equals versus single-equals double-equals versus single-equals


blog comments powered by Disqus

Similar Posts

Mike Naberezny's Blog: __get() - an alternative to __autoload()

NetTuts.com: Language War: PHP vs. Ruby

Chris Shiflett\'s Blog: Ruby on Rails Fans

WebProNews.com: ASP vs. PHP

Jackson Miller\'s Blog: PHP vs. Ruby (on Installation)


Community Events











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


introduction opinion release development interview language composer api zendframework2 application testing example framework community functional series database phpunit code podcast

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