Re: [PHP-DEV] Lexical analyzer

2015-09-21 Thread Lorenzo Fontana
On Sep 22, 2015 06:51, "Lorenzo Fontana" wrote: > > I think you want this: > > https://github.com/php/php-src/blob/master/Zend/zend_language_scanner.l > > Lorenzo > > On Sep 22, 2015 03:46, "Carol Shimitt" wrote: >> >> Hello everyone >> >> Where in the source code of Zend Engiene the lexical anal

Re: [PHP-DEV] Lexical analyzer

2015-09-21 Thread Lorenzo Fontana
I think you want this: https://github.com/php/php-src/blob/master/Zend/zend_language_scanner.l Lorenzo On Sep 22, 2015 03:46, "Carol Shimitt" wrote: > Hello everyone > > Where in the source code of Zend Engiene the lexical analyzer receives the > text to convert to tokens. > > Thanks. > Carol >