Hi!

What we are talking about here is an **optional** feature for user-land
function that allow the author to implement really cheap input-validation to
facilitate ensuring that the correct input is supplied. Additionally it also

It's not really "optional" - if you use a library that does strict typing, you'd have to do strict typing in all code that uses this library (and all code using that code, etc.). Or use explicit conversions on each call, which nobody would do.

> allows for better language interrogation for auto-generation of things like
> SOAP WSDL and alike.

This can be done with phpdoc, so it's not even an argument, not for strict typing.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to