ID: 11601
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System: all
PHP Version: 4.0.5
New Comment:

It seems fixed at least in ZE2


Previous Comments:
------------------------------------------------------------------------

[2001-06-21 02:09:36] [EMAIL PROTECTED]

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 this 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