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 166291 - Unexpected symbols around php code
Summary: Unexpected symbols around php code
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-30 19:33 UTC by hergy80
Modified: 2014-10-06 13:26 UTC (History)
1 user (show)

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 hergy80 2009-05-30 19:33:21 UTC
I use the ide for php coding and it shows the following as an error (red squiggle under the line):

<div style="width:100%; background:url('<?php echo $test;?>') repeat-x; height:75px"></div>

It's the "url" portion of the css with the inline php code.  If you remove the single quotes, it stops marking the 
error.  If you remove the php, it stops as well.  But together is causes and "unexpected symbols ''" error.
Comment 1 Tomasz Slota 2009-06-01 10:10:38 UTC
I believe I've seen a bug report on this already...