Commit 9e8dbc1
committed
ext/standard: fix wrong array_filter() default value
Follow-up to phpGH-21100, that mistakenly set the default value of
the `array_filter()` as `ARRAY_FILTER_USE_KEY`, when it should
be `ARRAY_FILTER_USE_VALUE`, which is the newly defined constant.1 parent 605301c commit 9e8dbc1
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
1882 | | - | |
| 1882 | + | |
1883 | 1883 | | |
1884 | 1884 | | |
1885 | 1885 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments