summaryrefslogtreecommitdiff
path: root/ext/tokenizer
Commit message (Expand)AuthorAgeFilesLines
...
| * | | add T_POW (**) operatordatibbaw2014-02-061-10/+10
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+3
* | | | Port tokenizer extensionNikita Popov2014-04-101-24/+20
|/ / /
* | | Bump yearXinchen Hui2014-01-034-4/+4
* | | Implement variadic function syntaxNikita Popov2013-09-261-2/+4
|/ /
* | Happy New YearXinchen Hui2013-01-014-4/+4
* | Fix test failed due to new Token T_YIELDXinchen Hui2012-09-021-10/+10
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-203-5/+125
|\ \
| * | add finallyStanislav Malyshev2012-08-191-1/+3
| * | Merge branch 'pull-request/31'Stanislav Malyshev2012-08-192-4/+122
| |\ \
| | * | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-312-4/+122
| |/ /
* | | Add T_YIELD in tokenizer_data.cNikita Popov2012-07-228-20/+22
|/ /
* | - Year++Felipe Pena2012-01-014-5/+5
* | Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary...Stanislav Malyshev2011-11-083-20/+331
* | - Drop T_SCALAR_CASTFelipe Pena2011-08-161-2/+2
* | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+4
* | Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-35/+76
* | Added: SKIP when tokenizer extension is not availableStefan Marr2011-07-3121-0/+42
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | and clean the tokenizer tooStanislav Malyshev2011-06-031-4/+0
* | forgot tokenizer...Stanislav Malyshev2011-05-151-16/+0
|/
* Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).Ilia Alshanetsky2011-02-283-47/+54
* - Year++Felipe Pena2011-01-014-4/+4
* Set svn propertiesJohannes Schlüter2010-11-221-1/+1
* - Update tokenizer dataJohannes Schlüter2010-11-222-1/+25
* - token_get_all now returns false on error, not "", returns array on successJohannes Schlüter2010-05-301-2/+3
* Fixed testsIlia Alshanetsky2010-05-2419-1093/+1093
* Fixed testsIlia Alshanetsky2010-05-2018-602/+602
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+108
* - Fixed testsFelipe Pena2010-04-2618-608/+608
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-108/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-4/+1
* MFH: fix tokenizer makefile dependencies on parser/scanner files when built d...Brian Shire2009-03-021-1/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* - Bug #46957 (The tokenizer returns deprecated values)Felipe Pena2008-12-271-0/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-2/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-2/+0
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-262-5/+1
* - MFH: suppress signedness warningsMoriyoshi Koizumi2008-07-251-2/+2
* - Fixed foldingFelipe Pena2008-06-231-1/+1
* - Added arginfoFelipe Pena2008-06-231-2/+14
* Fixed memory leakDmitry Stogov2008-06-111-0/+4
* Fix WS.Felipe Pena2008-03-301-248/+252
* - Added T_GOTOFelipe Pena2008-03-3019-866/+868
* Adding tokenizer testSteve Seear2008-03-191-0/+88
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-163-73/+6
* Added NOWDOCDmitry Stogov2008-02-121-1/+1
* HNYStanislav Malyshev2008-02-122-3/+3