On Tue, 25 Jan 2011, Pierre Joye wrote:

> Also doing so (testing a == NULL instead of !a) is a common and widely
> adopted practice

Really? I've never written code like that. It's a preference. What you 
do in your maintained extensions is up to you, but don't override 
other people's preferences in how they test for NULL pointers. It's 
perfectly legal to do it like it was. I'll be changing it back.

cheers,
Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to