Re: [PHP-DEV] Re: HEAD, include(_once), bug in variable declaration

2004-02-18 Thread Antony Dovgal
On Wed, 18 Feb 2004 15:39:10 +0100 Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > On Wed, 18 Feb 2004 15:27:56 +0100 > [EMAIL PROTECTED] (Pierre-Alain Joye) wrote: > > > Hello, > > > > Having the scripts pasted below: > > > > include_once fails to declare the variable 'foo'. Replace include_onc

[PHP-DEV] Re: HEAD, include(_once), bug in variable declaration

2004-02-18 Thread Pierre-Alain Joye
On Wed, 18 Feb 2004 15:27:56 +0100 [EMAIL PROTECTED] (Pierre-Alain Joye) wrote: > Hello, > > Having the scripts pasted below: > > include_once fails to declare the variable 'foo'. Replace include_once > by include and it works. I got the same behavior using require and > require_once. To be pre