> De : Patrick ALLAERT [mailto:patrickalla...@php.net]
>
> The biggest advantage, IMHO, is that you get the exact same result whether
> you do:
> 
>     foo((int) $value);
> 
> or:
> 
>     foo($value);
> 
> ... whatever the mode you are in.

Wrong. Parameter parsing rules are much more restrictive than casting rules.

Only 'foo((int)'orange')' would (erroneously) succeed.

François



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

Reply via email to