Am 24.03.20 um 15:23 schrieb Rowan Tommins:
> On the other hand, this is exactly the kind of thing where strict_types=1 
> makes things worse - you'll actually get *better* error output if you use 
> strict_types=0 and pass the string to a function marked as requiring int
no!

with strict_types=0 the casting simp,y happens by the caller and you get
no error at all

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

Reply via email to