From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      4.0.5
PHP Bug Type:     Feature/Change Request
Bug description:  E_NOTICE produces a Warning

An example :

<?php
  error_reporting(E_NOTICE);

  print $iamundefined;
?>

The following results :

Warning: Undefined variable: iamundefined in ./files/tmp.php on line 4

It would be more appropriate if this gave a Notice: as opposed to a Warning:


-- 
Edit Bug report at: http://bugs.php.net/?id=11601&edit=1



-- 
PHP Development 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