Now it only checks that there are enough parameters, so e.g. count() fails. But the upper bound is not checked, so it's also fine to use count('x', 'y', 'lots', 'of', 'unused', 'params'). Note that we'll need a deprecation phase before actually rejecting extra parameters.
Plan (as of 16 Sept.)
- Formally deprecated too many params in 1.34
- Change it to throw in MW 1.35