Ticket #2957 (assigned defect)

Opened 4 years ago

Last modified 2 years ago

string parsing problem

Reported by: weyrick Assigned to: tim (accepted)
Priority: urgent Milestone: 3.0.0 release
Component: Parser/Lexer Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

<?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

04/15/07 11:27:03 changed by weyrick

  • priority changed from normal to urgent.
  • version set to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.0.0 release.