You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something is up in the way we handle array_uintersect with more than two arrays -- according to http://php.net/manual/en/function.array-uintersect.php I think it should be varargs, and we don't appear to be treating it that way, or something like that?
Summary: The vararg handling for all array_* functions did not pass the varargs array arguments. This fixes it.
Fix for github issue #5585
Reviewed By: @jwatzman
Differential Revision: D2250682
Something is up in the way we handle
array_uintersect
with more than two arrays -- according to http://php.net/manual/en/function.array-uintersect.php I think it should be varargs, and we don't appear to be treating it that way, or something like that?Repro: http://3v4l.org/RuBE1
Originally reported at http://stackoverflow.com/questions/31215963/invalid-operand-type-was-used-array-uintersect-expects-arrays
The text was updated successfully, but these errors were encountered: