summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #60022Nikita Popov2015-04-061-4/+4
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendpa...Xinchen Hui2013-03-251-5/+7
* Class Name Resolution As Scalar Via "class" KeywordLars Strojny2013-01-191-0/+10
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-01-091-2/+2
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-091-2/+2
| |\
| | * Fixed compilator bug that might cause jump depended on unitialized valueDmitry Stogov2013-01-091-2/+2
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-3/+3
| | * - Year++Felipe Pena2011-01-011-1/+1
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-251-7/+7
|\ \ \ | |/ /
| * | Traits refactoringDmitry Stogov2012-12-251-7/+7
* | | Add missing zend_do_free callNikita Popov2012-12-191-1/+1
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-261-1/+1
|\ \ \
| * | | Support list in foreachXinchen Hui2012-08-251-2/+2
* | | | Remove implementation stubs for yield delegationNikita Popov2012-08-251-3/+0
* | | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-11/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'pull-request/31'Stanislav Malyshev2012-08-191-3/+3
| |\ \ \
| | * | | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-3/+3
| * | | | Add functions declarations, use tabsXinchen Hui2012-08-141-8/+8
* | | | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-11/+25
|\ \ \ \ \ | |/ / / /
| * | | | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-7/+15
| * | | | Fixed invalid read in CONST_STRING dereference, reported by NikicXinchen Hui2012-07-261-1/+1
| * | | | Merge branch 'PHP-5.4'Xinchen Hui2012-06-261-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixed bug #62357 (compile failure: (S) Arguments missing for built-in functio...Xinchen Hui2012-06-261-1/+1
| | * | | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-1/+2
| | * | | - Year++Felipe Pena2012-01-011-1/+1
| | * | | - Added class member access on instantiation (e.g. (new foo)->bar()) supportFelipe Pena2011-11-061-2/+29
| | * | | - Drop T_SCALAR_CASTFelipe Pena2011-08-161-1/+0
| | * | | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-1/+3
| | * | | Added support for Class::{expr}() syntax (Pierrick)Dmitry Stogov2011-08-011-2/+2
| | * | | Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-0/+2
| | * | | - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxfo...Pierre Joye2011-07-231-0/+2
| | * | | - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-091-2/+2
| | * | | - Fixed bug #55086 (Namespace alias does not work inside trait's use block)Felipe Pena2011-07-021-2/+2
| | * | | - Fixed build on WindowsFelipe Pena2011-06-241-4/+8
| | * | | - Improved parse error messagesFelipe Pena2011-06-231-74/+194
| | * | | - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-3/+3
| | * | | scalar types cleanupStanislav Malyshev2011-06-031-5/+3
| * | | | Allow arbitrary expressions for empty()Nikita Popov2012-05-131-2/+8
* | | | | Remove reference restrictions from foreachNikita Popov2012-07-221-1/+1
* | | | | Require parenthesis around yield expressionsNikita Popov2012-07-221-43/+48
* | | | | Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-16/+11
* | | | | Add sceleton for yield* expressionNikita Popov2012-06-191-0/+1
* | | | | Add support for yielding keysNikita Popov2012-05-301-2/+3
* | | | | Allow to use yield without valueNikita Popov2012-05-291-0/+1