summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests
Commit message (Expand)AuthorAgeFilesLines
* adds missing tokens to list of semi-reserved words and regenerates test suiteMárcio Almada2015-09-041-12/+19
* Don't return T_ERROR from token_get_all()Nikita Popov2015-07-091-5/+5
* Fix bug #69430Nikita Popov2015-07-091-1/+41
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-145-4/+174
|\
| * Fix tokenizer test due to recent changesBob Weinand2015-05-261-1/+1
| * add missing SKIPIF section on testMárcio Almada2015-04-301-0/+2
| * ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-304-4/+172
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-1/+1
|/
* Throw ParseException from lexerNikita Popov2015-04-021-0/+26
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-2/+2
* Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-291-2/+2
|\
| * fix testAnatol Belski2014-11-201-1/+1
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-2/+2
* | Skip buncha tests on 32-bitAndrea Faulds2014-11-291-1/+2
|/
* Fix tokenizer test to not depend on specific token numbersNikita Popov2014-08-261-11/+13
* Fix bug #67392: token_name() does not return name for T_POW and T_POW_EQUAL t...Ferenc Kovacs2014-06-071-0/+15
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-02-141-1/+1
|\
| * 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
* | | add T_POW (**) operatordatibbaw2014-02-061-10/+10
|/ /
* | 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