summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80462Nikita Popov2020-12-021-0/+22
* Rename PhpToken::getAll() to PhpToken::tokenize()Nikita Popov2020-11-097-10/+10
* Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-021-2/+2
* Implement Shorter Attribute SyntaxTheodore Brown2020-07-281-0/+20
* Treat namespaced names as single tokenNikita Popov2020-07-221-0/+39
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-132-5/+5
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* Don't include trailing newline in comment tokenNikita Popov2020-06-252-89/+109
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2418-90/+0
* Fix bug #77966: Cannot alias a method named "namespace"Nikita Popov2020-06-081-0/+49
* %d out token IDs in testNikita Popov2020-06-031-31/+31
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-271-1/+1
* Make throw statement an expressionIlija Tovilo2020-04-232-9/+9
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-2/+2
* Syntax errors caused by unclosed {, [, ( mention specific locationAlex Dowad2020-04-141-2/+15
* Add PhpToken classNikita Popov2020-03-267-0/+622
* Remove deprecated (real) castGeorge Peter Banyard2020-03-121-1/+1
* [skip ci] Skip 2 tokenizer tests if tokenizer isn't loadedTyson Andre2020-02-162-0/+4
* Reindent phpt filesNikita Popov2020-02-033-31/+31
* Fix another batch of indentation in testsMáté Kocsis2020-02-0210-563/+491
* Fix indentation and whitespaces in testsMáté Kocsis2020-01-312-18/+18
* Fix #78880: Spelling error reportChristoph M. Becker2019-12-2117-17/+17
* Merge branch 'PHP-7.4'Nikita Popov2019-10-141-0/+8
|\
| * Fix handling of overflowing invalid octal in tokenizerNikita Popov2019-10-141-0/+8
* | Replace "unexpected character" warning with ParseErrorNikita Popov2019-10-041-8/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-302-0/+25
|\ \ | |/
| * Fixed bug #78604Nikita Popov2019-09-302-0/+25
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-141-0/+31
|\ \ | |/
| * Fix double-free on invalid large octal with separatorsNikita Popov2019-09-141-0/+31
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-044-0/+32
|\ \ | |/
| * Add the last missing SKIPIFFabien Villepinte2019-09-044-0/+32
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-0/+19
|\ \ | |/
| * Support <?php followed by EOFNikita Popov2019-07-161-0/+19
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-151-0/+47
|\ \ | |/
| * Emit T_BAD_CHARACTER for unexpected charactersNikita Popov2019-07-151-0/+47
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-171-116/+96
|\ \ | |/
| * Remove unnecessary short_open_tags use in tokenizer testGeorge Peter Banyard2019-06-171-116/+96
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-2/+0
|\ \ | |/
| * Remove unnecessary short_open_tag INI directive in testsGeorge Peter Banyard2019-06-111-2/+0
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-112-15/+0
|/
* More zpp error/variation test removalsNikita Popov2019-03-081-37/+0
* Remove zpp variation testsNikita Popov2019-02-051-287/+0
* Make tokenizer test robust against token renumberingNikita Popov2019-01-221-26/+5
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+3
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-25/+25
* Trim trailing whitespace in testsGabriel Caruso2018-10-145-9/+9
* Fixed bug #76991Nikita Popov2018-10-101-0/+38
* Fixed bug #76538Nikita Popov2018-06-271-8/+21
* Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise clos...Xinchen Hui2018-06-181-0/+34
* Implement flexible heredoc/nowdoc syntaxThomas Punt2018-04-131-0/+416