On Thu, Jan 1, 2015 at 9:44 AM, Thomas Bley <ma...@thomasbley.de> wrote:
> I think it is no problem to add strict parameter type hints with another rfc 
> (if this rfc gets accepted), e.g. function foobar(string! $str, int! $str){} 
> or any other syntax.
>

I would rather have it the other way around. `string $str` is strict
and some other syntax (notably `(string) $str` or `@string $str`) can
be loose.

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

Reply via email to