summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Revert portions of the doc comment patch. There should be no parserAndrei Zmievski2003-04-021-20/+7
* Add __NAMESPACE__ auto-constant.Stanislav Malyshev2003-04-011-0/+2
* Multi-purpose patch:Andrei Zmievski2003-03-311-7/+20
* Since zend_do_begin_class_member_function_call assumes the previousAndrei Zmievski2003-03-301-1/+1
* Un-nest namespaces - now namespace X { namespace Y {} } is a parse errorStanislav Malyshev2003-03-261-1/+0
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-191-1/+1
* OptimizeZeev Suraski2003-03-091-12/+5
* Fix handling of ::fooZeev Suraski2003-03-091-17/+20
* Fix parsing rules of namespaces/classesZeev Suraski2003-03-091-22/+25
* Add ability to use ::interface_name in implementsZeev Suraski2003-03-091-1/+2
* Require abstract classes to be explicitly declared 'abstract', in order toZeev Suraski2003-03-061-3/+4
* Add class type hintsZeev Suraski2003-03-061-10/+16
* Implement $obj::static_func()Zeev Suraski2003-03-051-1/+1
* Add support for interfacesZeev Suraski2003-03-051-11/+29
* Remove legacy codeZeev Suraski2003-03-041-2/+2
* Add 'final'Zeev Suraski2003-02-241-1/+2
* Allow namespaces to have a number of parts. I.e., now you can do:Stanislav Malyshev2003-02-201-1/+1
* Whitespace & minor renamesZeev Suraski2003-02-171-7/+7
* whitespaceZeev Suraski2003-02-171-2/+2
* add support for ::foo syntax meaning "global one"Stanislav Malyshev2003-02-161-0/+1
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-19/+58
* Improve parser handling of 'abstract'Zeev Suraski2003-02-111-9/+14
* - Treat $this->foo inside class X as an implicit 'public $foo' if X::$fooZeev Suraski2003-02-101-4/+4
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-141-4/+4
* Fix writability checksZeev Suraski2003-01-091-15/+15
* - Allow variables to have both 'static' modifier and an access level.Zeev Suraski2002-12-091-11/+9
* Treat the absence of an access type just as if 'public' was suppliedZeev Suraski2002-12-081-2/+2
* Remove unintentional codeZeev Suraski2002-12-071-1/+1
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-28/+38
* - FN_IS_STATIC -> FN_STATICAndi Gutmans2002-11-241-1/+1