No, only the latter will execute.
php > var_dump('' != false, '' !== false);
bool(false)
bool(true)David -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Question-tp2340147p2399499.html Sent from the Zend Framework mailing list archive at Nabble.com.
