Am 09.07.2019 um 11:30 schrieb Marco Pivetta <ocram...@gmail.com>:
> I wasn't sure about the full implications of this, but after some thought,
> the worst that can happen is excessive strictness, requiring to drop a
> single declaration on top of a file 👍

When you drop the declaration on top of the file the semantics of your 
operators suddenly change, e.g.
        "42" < "7"
changes from true to false and you get subtle bugs.

And if you try to read other people's code (or even try to copy/paste it) then 
make sure you keep in mind which mode they are programming in.

- Chris


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

Reply via email to