ID: 12183
Updated by: zak
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: PWS related
Operating System: WIN32 (98)
PHP Version: 4.0.5
New Comment:

User reports that changing error_reporting to E_ALL resolved error... er...



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

[2001-07-16 11:33:35] [EMAIL PROTECTED]

Please provide more information - a script snippet would be a good place to start. :)

Also, does the following script generate any errors?

<?php
error_reporting (E_ALL);
isset ($not_a_variable);
?>

------------------------------------------------------------------------

[2001-07-16 04:14:18] [EMAIL PROTECTED]

If i use if(!isset($some_var)) then he stil gives undefined variabele $some_var on 
line .. from C:\internet\wwwroot\......

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12183&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