ID:               7160
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
-Bug Type:         *General Issues
+Bug Type:         Scripting Engine problem
 Operating System: NT 4.0 SP 6a
 PHP Version:      4.1.1
 New Comment:

This is not a bug. Please double-check the documentation available
at http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php




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

[2002-02-20 02:54:32] [EMAIL PROTECTED]

In PHP 4.1.1
   No warning reported even if php.ini has
      error_reporting  =  E_ALL
      or
      error_reporting  =  E_NOTICE
   Warning reported if the script has
      error_reporting(E_ALL);
      or
      error_reporting(E_NOTICE);

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

[2000-11-27 11:11:10] [EMAIL PROTECTED]

Check your error_reporting line in php.ini
or try setting the error level to highest in
the beginning of the script:

error_reporting(E_ALL);


--Jani


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

[2000-10-12 09:46:04] [EMAIL PROTECTED]

$X = "c:\dirname";

In PHP 3.0.11, that's reported as "Bad escape sequence." 
In PHP 4.0.3, no error is reported.



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


-- 
Edit this bug report at http://bugs.php.net/?id=7160&edit=1

Reply via email to