summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-02-141-1/+1
|\
| * a few typofixesVeres Lajos2014-02-141-1/+1
| * Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary...Stanislav Malyshev2011-11-082-14/+305
| * 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
* | 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-201-0/+121
|\ \
| * \ Merge branch 'pull-request/31'Stanislav Malyshev2012-08-191-0/+121
| |\ \
| | * | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-0/+121
| |/ /
* | | Add T_YIELD in tokenizer_data.cNikita Popov2012-07-227-20/+20
|/ /
* | Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary...Stanislav Malyshev2011-11-082-14/+305
* | 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
|/
* Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).Ilia Alshanetsky2011-02-282-47/+50
* Fixed testsIlia Alshanetsky2010-05-2419-1093/+1093
* Fixed testsIlia Alshanetsky2010-05-2018-602/+602
* - Fixed testsFelipe Pena2010-04-2618-608/+608
* - Added T_GOTOFelipe Pena2008-03-3018-620/+620
* Adding tokenizer testSteve Seear2008-03-191-0/+88
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-11/+2
* Fix testHannes Magnusson2007-12-161-0/+2
* New testcases for token_get_all() functionRaghubansh Kumar2007-12-1420-0/+11305
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-4/+0
* fix testAntony Dovgal2007-04-101-0/+2
* - MFH: Added linenumbers to array returned by token_get_all()Johannes Schlüter2007-04-083-116/+340
* Fixed tokenizer testsIlia Alshanetsky2006-04-203-114/+114
* - Fixed broken test case.Derick Rethans2006-01-041-0/+2
* add missing skipif conditionsAntony Dovgal2005-12-214-0/+8
* Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-131-23/+39
* add 2 new testsAntony Dovgal2005-12-012-0/+824
* add new testAntony Dovgal2005-11-301-0/+261
* Fix test.Ilia Alshanetsky2004-02-161-13/+13
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-291-0/+118