On Mon, 2 Feb 2015, Dmitry Stogov wrote:

> As I already told, in my opinion, version 0.1 was the perfect solution that
> fit into PHP semantic very well.
> 
> declare(strict_types=1); - is really weird solution.
> It changes type hinting behavior per file scope, so, just to try strict
> type hinting in a big project, people will have to change every single PHP
> file.

THis is why I believe it makes more sense to have this switch on the 
callee side, instead of on the calling side.

cheers,
Derick

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

Reply via email to