Hi!
This would be the perfect pairing. A library utilizing strict/enforced types would surely want to indicate explicitly the return type.
To what use? PHP can't do static type checking, and for dynamic checking specifying the type is useless - it's zval that gets checked, not the specification. And a lot of functions now return something like "object or false" or "string or false".
-- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829 MSN: s...@zend.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php