Re: [PHP-DEV] I declare declare to be useful... potentially...

2015-02-08 Thread Rowan Collins
On 08/02/2015 09:20, Patrick Schaaf wrote: Am 08.02.2015 03:39 schrieb "Rasmus Lerdorf" : Basically declare() does not respect function scope, but it doesn't let you know that. There is a reason we haven't used declare() for anything real. That is absolutely awful. But it's a fault with declare

[PHP-DEV] I declare declare to be useful... potentially...

2015-02-08 Thread Patrick Schaaf
Am 08.02.2015 03:39 schrieb "Rasmus Lerdorf" : > > Basically declare() does not respect function scope, but it doesn't let > you know that. There is a reason we haven't used declare() for anything > real. That is absolutely awful. But it's a fault with declare. Can't that be fixed once and for all