> WF>> Please don't have it bail out unless there is some kind of > WF>> function_parameters_are_ok() API so that careful > programmers can work > WF>> around this issue. > > Careful programmers should know interface of called functions > and never > call them with parameters that do not match the interface. :)
you mean they should check them with 'is interface' before calling a typehinted function ?! harald -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
