Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_language_scanner.c zend_language_scanner.l zend_language_scanner_defs.h
[email protected] ("Nuno Lopes")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <25148F4B87104E48962785220A7C2329@pc07654> |
> On 10.04.2008 02:01, Nuno Lopes wrote: >> nlopess Wed Apr 9 22:01:21 2008 UTC >> >> Modified files: (Branch: PHP_5_3) >> /ZendEngine2 zend_language_scanner.c zend_language_scanner.l >> zend_language_scanner_defs.h Log: >> fix the yyless() definition to match flex one and revert part of last >> patch (so that it remains similar with flex's scan) >> > > This or the previous commit by Scott broke these tests: > > Zend/tests/bug35655.phpt > Zend/tests/nowdoc_013.phpt > ext/tokenizer/tests/bug26463.phpt > ext/tokenizer/tests/token_get_all_variation15.phpt > ext/tokenizer/tests/token_get_all_variation17.phpt Thanks for noticing :) I'm aware of the failures, but last night I didn't had the time to fix them, as I needed to fight against re2c. I haven't also merge to HEAD yet, but I'll do it ASAP. Nuno