php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7160 Bad escape sequence not being reported
Submitted: 2000-10-12 09:46 UTC Modified: 2002-03-21 00:00 UTC
From: danielc at analysisandsolutions dot com Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 4.1.1 OS: NT 4.0 SP 6a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: danielc at analysisandsolutions dot com
New email:
PHP Version: OS:

 

 [2000-10-12 09:46 UTC] danielc at analysisandsolutions dot com
$X = "c:\dirname";

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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 11:11 UTC] sniper@php.net
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

 [2002-02-20 02:54 UTC] danielc at analysisandsolutions dot com
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);
 [2002-02-20 06:17 UTC] sniper@php.net
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


 [2002-03-21 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC