when looking into phpdoc, e.g. http://de.php.net/substr we have string and int 
everywhere in function definitions, do you want to change the whole 
documentation?

Regards
Thomas

Levi Morrison wrote on 01.01.2015 18:19:

> 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