summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Fixed disallowal of array usage in constants at run-timeBob Weinand2014-04-111-1/+2
* Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-9/+9
* Allow T_POW in constant expressionsTjerk Meesters2014-03-071-0/+1
* Store arg_num in fcall entryNikita Popov2014-02-261-20/+21
* add T_POW (**) operatordatibbaw2014-02-061-1/+6
* Implement argument unpackingNikita Popov2014-01-111-0/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-...Ferenc Kovacs2013-12-061-0/+26
|\
| * Merge remote-tracking branch 'upstream/PHP-5.6' into use-functionIgor Wiedler2013-11-081-14/+20
| |\
| * | Import namespaced constants via new 'use const' sequenceIgor Wiedler2013-08-221-0/+13
| * | Add new 'use function' sequence for importing namespaced functionsIgor Wiedler2013-08-221-0/+13
* | | Moved arrays again to "static_scalar:" & little cleanupBob Weinand2013-11-071-2/+2
* | | RenamingDmitry Stogov2013-11-071-39/+39
* | | Constant expressions refactoringDmitry Stogov2013-11-061-40/+40
* | | Removed operations on constant arrays.Bob Weinand2013-11-031-3/+3
* | | Added a few more operatorsBob Weinand2013-11-031-12/+25
* | | Fixed mem leaks, added tests and ternary operatorBob Weinand2013-10-311-0/+2
* | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-6/+28
| |/ |/|
* | Use zend_error_noreturn for all E_COMPILE_ERRORsNikita Popov2013-10-191-2/+2
* | Don't track parameter number in separate znodeNikita Popov2013-09-261-6/+7
* | Implement variadic function syntaxNikita Popov2013-09-261-10/+15
* | Small cleanup in class name resolution of compilerNikita Popov2013-09-131-2/+2
|/
* 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