Ticket #3570 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

parse error (unexpected token `string') on 8000 chars line

Reported by: leniviy Owned by: weyrick
Priority: immediate Milestone:
Component: Parser/Lexer Version:
Severity: block Keywords:
Cc:

Description

Hi. Here's what I do:

[root@VMLinux wtorrent]# find . -type f -name \*.php | xargs pcc --microserver myapp
parse error (unexpected token `string') in lib/simplepie/simplepie.inc.php on line 9987

same error on linux (snapshot 20080408) and on windows in roadsend IDE.

strig producing error:

static $entities = array('Aacute' => "\xC3\x81", 'aacute' => "\xC3\xA1", ... , 'zwnj;' => "\xE2\x80\x8C");

param string has 8k length

Attachments

simplepie.inc.zip (49.1 KB) - added by leniviy 9 months ago.

Change History

Changed 9 months ago by leniviy

Changed 9 months ago by weyrick

  • owner set to weyrick
  • status changed from new to assigned

Changed 9 months ago by weyrick

  • status changed from assigned to closed
  • resolution set to fixed

fixed in r485, thanks

Note: See TracTickets for help on using tickets.