FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Why type hint when you can type cast
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Why type hint when you can type cast [message #182364 is a reply to message #182361] Wed, 31 July 2013 12:38 Go to previous message
Richard Damon is currently offline  Richard Damon
Messages: 58
Registered: August 2011
Karma:
Member
On 7/31/13 7:12 AM, Bruce Lee wrote:
> Hi
>
> Apart from the fatal error generated by type hinting when not passed
> values as array or object as described on the php manual, is there
> any thing else that will make me use type hinting over type casting?
>
>
> Thanks
>

The major purpose of type hinting IS to get the fatal error to detect
that you passed the wrong type to the function. If your interface says
you need to pass a foo, you want to make sure you pass a foo. The type
hint says you don't need (as much) to validate that the correct type was
passed (and you rarely have a good recovery path if the wrong type was
sent).

If you don't need to require a given type to be sent to you, but have
reasonable recovery paths for other types, don't use a type hint to
require it.
[Message index]
 
Read Message
Read Message
Previous Topic: Education Path to become a PHP developer using free online courses
Next Topic: Reading a file on same server
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 15:27:40 GMT 2024

Total time taken to generate the page: 0.05176 seconds