summaryrefslogtreecommitdiff
path: root/Zend/tests/variadic
Commit message (Expand)AuthorAgeFilesLines
* Make argument type error message consistent for variadicsNikita Popov2020-09-112-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Improve the default value format in incompatible signature error messagesMáté Kocsis2020-04-101-1/+1
* Change argument error message formatMáté Kocsis2020-02-262-2/+2
* Make type error messages more consistentMáté Kocsis2020-02-172-2/+2
* Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-071-1/+4
* Reindent phpt filesNikita Popov2020-02-032-3/+3
* Allow variadic arguments to replace non-variadic onesNikita Popov2020-01-234-7/+61
* Implement arrow functionsNikita Popov2019-05-021-7/+7
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-2/+2
* Add nullable parameter typesLevi Morrison2016-05-051-1/+1
* Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-242-2/+2
* Show full signature upon inheritance mismatchBob Weinand2015-06-295-5/+5
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-142-1/+18
|\
| * Merge branch 'PHP-5.6'Nikita Popov2015-05-291-0/+17
| |\
| | * Preserve VARIADIC flag for Closure::__invoke()Nikita Popov2015-05-291-0/+17
| * | Show argument causing TypeException in traceNikita Popov2015-05-201-1/+1
* | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-171-1/+5
|\ \ \ | |/ /
| * | Display TypeExceptions like normal exceptionsNikita Popov2015-05-171-1/+5
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-1/+1
|/ /
* | Refactor error messages to only append defined in the event of rendering as a...Anthony Ferrara2015-03-181-1/+1
* | Fix executor issue with ignoring strict types, which cleans up a bunch of err...Anthony Ferrara2015-03-181-1/+1
* | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-101-1/+1
* | Implement engine exceptionsDmitry Stogov2015-03-091-20/+5
|/
* Implement variadic function syntaxNikita Popov2013-09-2615-0/+349