summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/internal_parameter_default_value
Commit message (Collapse)AuthorAgeFilesLines
* Another pass of improving ext/date argument namesDerick Rethans2020-07-261-2/+2
|
* More consistent parameter names for date/time functionsDerick Rethans2020-07-241-1/+1
|
* Add test to make sure internal param default eval doesn't errorNikita Popov2020-04-091-0/+33
|
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-085-0/+182
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>