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 - Escape sequence is not syntax error
Summary: Escape sequence is not syntax error
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-14 15:21 UTC by Jiri Skrivanek
Modified: 2008-02-22 13:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.