Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another pass of improving ext/date argument names | Derick Rethans | 2020-07-26 | 1 | -2/+2 |
| | |||||
* | More consistent parameter names for date/time functions | Derick Rethans | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Add test to make sure internal param default eval doesn't error | Nikita Popov | 2020-04-09 | 1 | -0/+33 |
| | |||||
* | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 5 | -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> |