Re: [PHP-DEV] Turn on error on mixed declarations (Was: New extension proposal: meta)

2011-09-04 Thread Flavius Aspra
On 09/04/2011 05:28 AM, Gustavo Lopes wrote: On Sun, 04 Sep 2011 04:05:32 +0100, Kalle Sommer Nielsen wrote: 2011/9/3 Arpad Ray: - Variable declarations should always begin a block, some platforms will bork otherwise. Actually this is required for the C standard, the early ones that we use i

[PHP-DEV] Turn on error on mixed declarations (Was: New extension proposal: meta)

2011-09-03 Thread Gustavo Lopes
On Sun, 04 Sep 2011 04:05:32 +0100, Kalle Sommer Nielsen wrote: 2011/9/3 Arpad Ray : - Variable declarations should always begin a block, some platforms will bork otherwise. Actually this is required for the C standard, the early ones that we use in PHP, whereas C++ allows them anywhere in