summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #50145 (crash while running bug35634.phpt)Felipe Pena2009-11-171-4/+4
* MFH: Implemented manual scanning for strings/comments, plus misc. fixesMatt Wilmas2009-05-051-269/+361
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-0/+4
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-14/+6
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-16/+16
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-27/+24
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-21/+0
* - MFH: Year++Felipe Pena2009-01-021-1/+1
* Fixed bug #46844 (php scripts or included files with first line startingIlia Alshanetsky2009-01-011-2/+2
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-0/+4
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-3/+3
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-121-0/+2
* - MFH: Fixed BC break: The magic constants must be case-insensitive.Felipe Pena2008-07-301-7/+7
* - SCNG(input_filter) can be null if the script encoding is idential toMoriyoshi Koizumi2008-07-281-15/+16
* - WSMoriyoshi Koizumi2008-07-281-18/+18
* - Fix __halt_compiler() weirdness with zend-mulibyte enabledMoriyoshi Koizumi2008-07-281-20/+27
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-104/+41
* - No need to advance the cursorMoriyoshi Koizumi2008-07-241-2/+2
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-34/+41
* now really fix once and for all the #-style comments.Nuno Lopes2008-07-081-28/+24
* fix last part of bug #44654Nuno Lopes2008-07-061-1/+2
* fix first part of bug #44654: scan for opening tag <? after a # charNuno Lopes2008-07-061-2/+2
* update zend_language_scanner.l to maintain the dependencies.Rui Hirokawa2008-06-291-0/+1
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-3/+247
* MFH: Restore end check for "escape" stringsMatt Wilmas2008-05-101-0/+4
* MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issu...Matt Wilmas2008-05-091-6/+2
* fix heredoc+nowdocNuno Lopes2008-04-101-4/+4
* fix the yyless() definition to match flex one and revert part of last patch (...Nuno Lopes2008-04-091-17/+9
* Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-50/+60
* - Allow HEREDOC syntax with double quotesFelipe Pena2008-04-051-3/+4
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-041-2/+9
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+6
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-1/+1
* - Fix YYFILL()Marcus Boerger2008-03-211-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-505/+235
* Added NEWDOCDmitry Stogov2008-02-121-0/+101
* [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)Stanislav Malyshev2008-02-121-0/+29
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-2/+0
* T_IMPORT -> T_USEDmitry Stogov2007-11-071-4/+0
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* NamespacesDmitry Stogov2007-09-281-0/+18
* Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)Ilia Alshanetsky2007-09-091-0/+8
* Impoved error reporting on parser errors (Matt, Dmitry)Dmitry Stogov2007-05-241-4/+7
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-230/+321
* MFH: fix #41118 (PHP does not handle overflow of octal integers)Antony Dovgal2007-04-221-1/+5
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+2
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-151-0/+4
* Syntax highlighting fix for hex numbers.Ilia Alshanetsky2007-01-181-9/+8
* Fix 'b' prefix in highlighting and tokenizer. (Matt W)Andrei Zmievski2007-01-091-21/+9