RE: [PHP] use strict alternative

2001-03-19 Thread Johnson, Kirk
, 2001 5:37 AM > To: '[EMAIL PROTECTED]' > Subject: Re: [PHP] use strict alternative > "use strict" forces you to declare variables before you use > them. AFAIK > there's no such thing in PHP (unfortunately). -- PHP General Mailing List (http://www.p

Re: [PHP] use strict alternative

2001-03-19 Thread Christian Reiniger
On Monday 19 March 2001 12:53, you wrote: > php variables are local by default. point missed :) "use strict" forces you to declare variables before you use them. AFAIK there's no such thing in PHP (unfortunately). -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) CPU not found.

RE: [PHP] use strict alternative

2001-03-19 Thread Stewart Taylor
php variables are local by default. -Original Message- From: Costas [mailto:[EMAIL PROTECTED]] Sent: 19 March 2001 10:27 To: [EMAIL PROTECTED] Subject: [PHP] use strict alternative Is there a PHP alternative to Perls use strict command. For anyone who doesnt know Perl, use strict

[PHP] use strict alternative

2001-03-19 Thread Costas
Is there a PHP alternative to Perls use strict command. For anyone who doesnt know Perl, use strict forces local declaration of variables thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c