Ticket #2957 (assigned defect)
string parsing problem
| Reported by: | weyrick | Owned by: | tim |
|---|---|---|---|
| Priority: | urgent | Milestone: | 3.0.0 release |
| Component: | Parser/Lexer | Version: | trunk |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by weyrick) (diff)
<?php
$class = 'foo';
echo "$class{";
?>
ADDITIONAL INFORMATION:
[weyrick@hikari:tmp]$ php -f bug.php
foo{
[weyrick@hikari:tmp]$ pcc -f bug.php
File "./lexers.scm", character 3633:
*** ERROR:bigloo:parser:
bug.php:4: bug.php:4: parse error (unexpected token `*eoi*') -- #eof-object
Change History
Note: See
TracTickets for help on using
tickets.
