Hi!

> I think if(func()) is better, more readeable than if(func() == success)

Not really, especially given the fact that for major part of libc
if(func()) means checking for error, not for success, as success value is 0.

-- 
Stas Malyshev
smalys...@gmail.com

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

Reply via email to