Ticket #3570 (closed defect: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.
