On 10-Oct-06, at 3:51 PM, Alain Williams wrote:

On Tue, Oct 10, 2006 at 02:59:45PM -0400, Ilia Alshanetsky wrote:
If you want to emulate perl's "strict" mode just add an error_handler
() that will catch E_NOTICE relating to undefined variable, constant,
array key usage and convert them to fatal errors.

No, it doesn't do the same thing, it won't pick up the following:

        $fo0 = 'bill';
        ...
        $foo = 'ben';

Both of these represent valid syntax as far as I am concerned and should not generate errors.


Ilia Alshanetsky

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to