Hello,

This is a reply to an e-mail that you wrote on Wed, 9 Jul 2003 at 02:10,
lines prefixed by '>' were originally written by you.
> hi to all.
> i would like to know how to force to php to declare everything
> variable,
> example
> var $var;
> $var = bla,bla..
> var $var2 = array();
> $var2 = bla,bla..
> and issue error when a variable is instanced without declare, some
> idea???:

Check out:
http://uk2.php.net/error_reporting

You want to use E_ALL to do what you described.

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirely in PHP)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to