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
Submitted PR #7088, it seems to fix this strange incompatibility (looks like the one who implemented this was confused with only one ... use allowed in function declaration, while during call any number of unpacking arguments is allowed).
nazar-pc
added a commit
to nazar-pc/CleverStyle-Framework
that referenced
this issue
May 24, 2016
HHVM Version
Standalone code, or other way to reproduce the problem
Expected result
Actual result
There are 2 tests: hphp/test/slow/unpack_args/unpack_call_error.php and hphp/test/slow/unpack_args/unpack_call_multi.php, but they are both wrong, such usage is completely valid in PHP7
The text was updated successfully, but these errors were encountered: