Fix invalid assertion
commitfc5a26abfd7d3b38a1894eb6f7fdd0098dbae373
authorJan Oravec <jan@fb.com>
Tue, 9 Apr 2019 00:30:33 +0000 (8 17:30 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 9 Apr 2019 00:39:09 +0000 (8 17:39 -0700)
tree125aa1202bbef2852bb3139bbbde96a06f5aac7e
parente54d53b59b0e2441815eb6857cd4756e8930661f
Fix invalid assertion

Summary: Forgot to skip over numArgs.

Reviewed By: oulgen, alexeyt

Differential Revision: D14844688

fbshipit-source-id: 48574be96e7d00dff27c15cce9b0508a83796a9d
hphp/runtime/vm/bytecode.cpp
hphp/test/slow/nullsafe/nullsafe-with-args.php [new file with mode: 0644]
hphp/test/slow/nullsafe/nullsafe-with-args.php.expect [new file with mode: 0644]