This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97842

Summary: Escape sequence is not syntax error
Product: php Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Andrew Korostelev <akorostelev>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2007-03-14 15:21:24 UTC
The following code is correct but it is marked as syntax error in editor:

<?php
  echo "\"Hello\"";
?>

Build 20070313-0853.
Comment 1 Andrew Korostelev 2007-10-04 09:07:17 UTC
fix commited 03 Oct, 2007.
Comment 2 Jiri Skrivanek 2007-10-08 13:45:33 UTC
Verified.