Ticket #2957 (assigned defect)

Opened 5 years ago

Last modified 3 years ago

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

Changed 3 years ago by weyrick

  • priority changed from normal to urgent
  • version set to trunk
  • type set to defect
  • description modified (diff)
  • milestone set to 3.0.0 release
Note: See TracTickets for help on using tickets.