In Ilia's type hinting patch, on line 255, is the line:
+<ST_IN_SCRIPTING>"string"|"binary"|"unicode" {
This failed for me. I fixed it by changing it to:
+<ST_IN_SCRIPTING>("string"|"binary"|"unicode") {
Which matches all the other lexing rules for type hints. My
understanding of the lexer is insufficient to understand why this
particular set of parenthesis makes any difference at all, but there
you have it.
-- Gwynne
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php