summaryrefslogtreecommitdiff
path: root/Zend/tests/function_arguments
Commit message (Expand)AuthorAgeFilesLines
* Make argument type error message consistent for variadicsNikita Popov2020-09-111-2/+2
* Allow array_diff() and array_intersect() with single array argumentNikita Popov2020-09-091-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-092-3/+3
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-097-0/+7
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-134-4/+4
* Change argument error message formatMáté Kocsis2020-02-262-4/+4
* Make type error messages more consistentMáté Kocsis2020-02-172-2/+24
* Reindent phpt filesNikita Popov2020-02-033-35/+35
* Convert some warnings to TypeErrors in array functionsNikita Popov2019-05-311-5/+10
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-6/+7
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-5/+5
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-2/+2
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-2/+2
* Allow trailing commas in function and method callsSammy Kaye Powers2017-11-065-0/+129
* Implement \ArgumentCountError exceptionDavey Shafik2016-08-306-0/+166