summaryrefslogtreecommitdiff
path: root/Zend/tests/argument_restriction_003.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Improve the default value format in incompatible signature error messagesMáté Kocsis2020-04-101-1/+1
| | | | Closes GH-5361
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-1/+1
| | | | | | | Closes GH-5353. From now on, PHP will have reflection information about default values of parameters of internal functions. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Reindent phpt filesNikita Popov2020-02-031-4/+4
|
* Always generate fatal error for LSP failuresNikita Popov2019-05-071-1/+1
| | | | RFC: https://wiki.php.net/rfc/lsp_errors
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-2/+2
|
* Reclassify E_STRICT noticesNikita Popov2015-04-011-1/+1
| | | | | | | Per RFC https://wiki.php.net/rfc/reclassify_e_strict While reviewing this, found that there are still three E_STRICTs left in libraries - need to discuss those.
* Improve the warning message of incompatible arguments. (#55719)Xinchen Hui2011-09-231-0/+19
And fix tests related.