summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* regenerateNuno Lopes2008-07-081-4031/+3987
* regenerateNuno Lopes2008-07-061-248/+249
* regenerateNuno Lopes2008-07-061-380/+380
* touched zend_language_scanner.cRui Hirokawa2008-06-291-0/+1
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-380/+624
* MFH: Restore end check for "escape" stringsMatt Wilmas2008-05-101-377/+381
* MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issu...Matt Wilmas2008-05-091-383/+379
* fix heredoc+nowdocNuno Lopes2008-04-101-5/+5
* fix the yyless() definition to match flex one and revert part of last patch (...Nuno Lopes2008-04-091-395/+383
* Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-3818/+3846
* - Allow HEREDOC syntax with double quotesFelipe Pena2008-04-051-1983/+2024
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-041-379/+386
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-2083/+2119
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-287/+287
* - Fix YYFILL()Marcus Boerger2008-03-211-2/+2
* fix gcov buildNuno Lopes2008-03-191-376/+376
* - Add files generated by re2cMarcus Boerger2008-03-161-0/+8894