summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-2/+2
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-081-4/+4
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-0/+5
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+1
* - Cleanup foreach handlingMarcus Boerger2005-02-111-2/+8
* foreash($a as $key => $val) optimizationDmitry Stogov2005-02-071-2/+2
* - Remove part of the cleanup which causes a problem with unnormal codeMarcus Boerger2005-02-071-8/+2
* - Cleanup foreach statementMarcus Boerger2005-02-051-2/+8
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-1/+1
* ZTS fix.Sebastian Bergmann2004-09-161-2/+2
* - Fix bug #27669 (Dmitry).Andi Gutmans2004-09-161-4/+4
* - Remove all for nowMarcus Boerger2004-08-021-6/+0
* Revert goto opcodeSara Golemon2004-07-291-3/+0
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+3
* - Speed up by making null/false/true reserved word which allows to dropMarcus Boerger2004-07-161-0/+6
* - Fix bug #27283 - Exceptions where the last catch() statement was sometimesAndi Gutmans2004-04-201-2/+7
* check writability on =& tooStanislav Malyshev2004-03-281-1/+1
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-1/+1
* Fix __METHOD__ (noticed by Davey Sahfik)Marcus Boerger2004-02-261-0/+2
* - Improve precendence:Andi Gutmans2004-02-231-2/+2
* - Decrease precedence of instanceof so that the following is true:Andi Gutmans2004-02-231-1/+2
* Fix: <interface> [extends <interface> [, <ineterface>]* ]Marcus Boerger2004-02-111-1/+15
* Reinstate early-binding for classes.Zeev Suraski2004-02-041-1/+1
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-6/+9
* Redesign the clone() feature to fix some fundamental flaws in the previousZeev Suraski2004-02-021-2/+3
* - Re-allow conditional class declerations. Needless to say that I alsoAndi Gutmans2004-01-111-0/+1
* - - A belated happy holidays (by two years)Andi Gutmans2004-01-081-1/+1
* Fixed bug #26065 (Crash when nesting classes)Marcus Boerger2003-12-271-1/+0
* - Nuke another rule (thanks to Jan for noticing this)Andi Gutmans2003-12-191-9/+0
* - Nuke unused codeAndi Gutmans2003-12-191-22/+0
* - Add E_STRICT, to be used to warn purists (like Jani :)Andi Gutmans2003-11-181-1/+1
* - Head up! I'm reverting the patch which allows for expressions in constantAndi Gutmans2003-10-281-2/+2
* - Nuke const in function parameters. I just can't remember why this existsAndi Gutmans2003-10-191-2/+0
* Allow foo::$bar()Zeev Suraski2003-10-091-2/+5
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-11/+11
* Support references in foreach()Zeev Suraski2003-07-241-4/+10
* Fix complex expressions for class names in NEWZeev Suraski2003-06-221-16/+35
* SimplifyZeev Suraski2003-06-221-7/+2
* WSMarcus Boerger2003-06-211-1/+1
* Add final classesMarcus Boerger2003-06-211-0/+1
* Fix bug #23384 - static class::constant constants should nowStanislav Malyshev2003-06-151-2/+6
* updating license information in the headers.James Cox2003-06-101-1/+1
* Fix bogus implicit declarations of properties (squash bug #23671)Zeev Suraski2003-06-091-1/+1
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-85/+9
* Fix ~ operator in class constants.Marcus Boerger2003-05-291-1/+2
* allow expressions within constants, so the following is possibleSterling Hughes2003-04-101-6/+36
* Revert Harald's commitZeev Suraski2003-04-101-2/+3
* One line fix so that it will compileGeorge Schlossnagle2003-04-101-0/+1
* removing the *syntactical sugar* againHarald Radi2003-04-091-3/+1
* Implement a different way to catch documentation comments.Andrei Zmievski2003-04-021-1/+1