summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* add T_POW (**) operatordatibbaw2014-02-061-0/+8
* Bump yearXinchen Hui2014-01-031-1/+1
* initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
* Implement variadic function syntaxNikita Popov2013-09-261-1/+4
* Provide more macros for handling of interned stringsNikita Popov2013-09-131-9/+2
* Make use of Z_*VAL and ZVAL_* in language scannerNikita Popov2013-09-131-161/+93
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-161-0/+4
|\
| * Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-161-0/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-05-201-2/+2
|\ \ | |/
| * fix bug #64660 - yyparse can return 2, not only 1Stanislav Malyshev2013-05-201-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-281-2/+2
|\ \ | |/
| * Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-2/+2
| * 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-11-141-0/+2
|\ \ | |/
| * Fixed compiler reenterabilityDmitry Stogov2012-11-141-0/+2
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-34/+40
|\ \
| * \ Merge branch 'pull-request/31'Stanislav Malyshev2012-08-191-34/+40
| |\ \
| | * | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-34/+40
* | | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-0/+4
|\ \ \ \ | |/ / /
| * | | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-0/+4
* | | | Add T_YIELD "yield" keywordNikita Popov2012-05-151-0/+4
|/ / /
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-301-2/+3
|\ \ \ | | |/ | |/|
| * | - Fixed Windows buildFelipe Pena2012-04-301-2/+3
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-301-2/+4
|\ \ \ | |/ /
| * | - Changed last commit to use VK_ESCAPE on WindowsFelipe Pena2012-04-301-2/+4
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-291-0/+4
|\ \ \ | |/ /
| * | - Fixed bug #61827 (incorrect \e processing on Windows) patch by: ab@php.netFelipe Pena2012-04-291-0/+4
| * | Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)Pierrick Charron2012-03-021-1/+5
| * | Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-1/+5
| * | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-5/+5
| * | fix memory leak in compile_string when there's a parse error (used e.g. in ev...Nuno Lopes2012-01-011-0/+2
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | - Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e)Felipe Pena2011-11-301-0/+4
| * | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-13/+14
| * | Fix bug #55445 (Incomplete implementation of <?= being independant of short_o...Etienne Kneuss2011-08-171-1/+1
| * | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+4
| * | - Fixed bug #55378: binary number literal returns float number though its valueDerick Rethans2011-08-071-1/+1
| * | Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-311-10/+21
| * | Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-0/+20
| * | - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...Pierre Joye2011-07-271-1/+22
| * | - Improved parse error messagesFelipe Pena2011-06-231-0/+2
| * | scalar types cleanupStanislav Malyshev2011-06-031-4/+0
| * | Decouple <?= from the short_tags setting and make it always enabledRasmus Lerdorf2011-05-191-9/+5
| * | oops, can't use that macro hereRasmus Lerdorf2011-05-161-2/+2
| * | Suppress a dozen unused return value warnings in places where the returnRasmus Lerdorf2011-05-161-2/+2
* | | Fix bug #61681: Malformed grammarNikita Popov2012-04-091-1/+2
| |/ |/|
* | Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)Pierrick Charron2012-03-021-1/+5
* | Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-1/+5
* | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-5/+5