<?  error_reporting(E_ALL);
 $Test=3;
 echo $Test;
?>

And I get no warning about $Test not being declared before (like C
declaration).

Any1 has an example about forcing variable declaration?




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to