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 140284 - [65cat] error message when qoutation marks are used in html tags within echo tags
Summary: [65cat] error message when qoutation marks are used in html tags within echo ...
Status: RESOLVED INVALID
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 13:09 UTC by throsite
Modified: 2008-07-16 13:16 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 throsite 2008-07-16 13:09:34 UTC
[ BUILD # : 1 ]
[ JDK VERSION : 1.6.0_06 ]

When I type a line such as:

echo "<form action="file.php" name="testform">"; 

   instead of

echo "<form action="file.php" name="testform">";

I get four confusing error messages.

Why can't the error message just state that "quotation marks
shouldn't be placed in html tags within echo tags"?
Comment 1 throsite 2008-07-16 13:16:40 UTC
Ignore this issue. It is incomplete. I mistakenly clicked the submit button. The correct version is issue # 140286.