summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-2/+3
* - Remove all for nowMarcus Boerger2004-08-021-15/+0
* Revert goto opcodeSara Golemon2004-07-291-4/+0
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+4
* - Speed up by making null/false/true reserved word which allows to dropMarcus Boerger2004-07-161-0/+16
* Need {} hereMarcus Boerger2004-06-141-1/+1
* - Require a single white-space char after /** to start a doc comment thatMarcus Boerger2004-06-101-1/+1
* Do not require NEWLINE at start of doccommentMarcus Boerger2004-06-101-1/+1
* - Remove old and deprecated <?php_track_vars?> scanner token.Derick Rethans2004-03-251-10/+0
* - Fix memleak when scanner is called from within tokenizer extension.Moriyoshi Koizumi2004-03-041-11/+8
* Fix __METHOD__ (noticed by Davey Sahfik)Marcus Boerger2004-02-261-1/+1
* Abort on parse error in an include file (patch by Ilia)Zeev Suraski2004-02-031-2/+1
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-0/+2
* Redesign the clone() feature to fix some fundamental flaws in the previousZeev Suraski2004-02-021-0/+4
* Nuke compile warning by using the LANG_SCNG macro insteadfoobar2004-01-171-5/+0
* TSRMLS fixWez Furlong2004-01-111-1/+1
* - This should fix the problem of conditional function decleration on theAndi Gutmans2004-01-111-0/+4
* - - A belated happy holidays (by two years)Andi Gutmans2004-01-081-1/+1
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-291-2/+2
* Added missing format.Ilia Alshanetsky2003-09-221-1/+1
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-18/+318
* fix crash #24550Stanislav Malyshev2003-07-271-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-44/+2
* CSMarcus Boerger2003-05-291-2/+2
* Add pseudo constant __METHOD__ to easily report namespace::class::method.Marcus Boerger2003-05-261-0/+29
* Fixed bug #21820 ("$arr[foo]" generates bogus E_NOTICE, should be E_PARSE)foobar2003-04-251-11/+1
* Revert Harald's commitZeev Suraski2003-04-101-0/+8
* removing the *syntactical sugar* againHarald Radi2003-04-091-8/+0
* Fixed bug #23093 (highlight_string() crashed with __FUNCTION__)foobar2003-04-071-1/+5
* Implement a different way to catch documentation comments.Andrei Zmievski2003-04-021-0/+4
* Revert portions of the doc comment patch. There should be no parserAndrei Zmievski2003-04-021-3/+0
* Add __NAMESPACE__ auto-constant.Stanislav Malyshev2003-04-011-0/+13
* Multi-purpose patch:Andrei Zmievski2003-03-311-12/+4
* fix crash in win32 debug buildShane Caraveo2003-03-221-0/+2
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-191-3/+25
* - Nuke junkAndi Gutmans2003-03-091-9/+0
* Add support for interfacesZeev Suraski2003-03-051-0/+8
* Add 'final'Zeev Suraski2003-02-241-0/+4
* Avoid using a C++ reserved wordZeev Suraski2003-02-181-2/+2
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-18/+15
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-0/+22
* MFB PHP_4_3Harald Radi2003-02-131-4/+0
* Fix build.Sebastian Bergmann2003-02-011-34/+26
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-141-2/+2
* MFZE1 - lineno fixZeev Suraski2003-01-051-2/+3
* MFZE2Ilia Alshanetsky2002-12-141-1/+0
* Remove unintentional codeZeev Suraski2002-12-071-4/+0
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-1/+5