Fix interp for VGetN
commitccd1f839a53714e0a1e51342639ff08debcb8dec
authorJordan DeLong <jdelong@fb.com>
Wed, 16 Jul 2014 22:10:06 +0000 (16 15:10 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Tue, 22 Jul 2014 19:00:23 +0000 (22 12:00 -0700)
tree1a7d8c3aded3a88d3d80035d3fb2822f9ba0dfdc
parent9b62841f76c4c3a08f16fb3ab46deb26b93507af
Fix interp for VGetN

Summary: It was not popping one of its inputs.  Found in D1346023; putting up
this diff to decouple the fix from that.

Reviewed By: @alexmalyshev

Differential Revision: D1439827
hphp/hhbbc/interp.cpp
hphp/test/slow/hhbbc/vgetn.php [new file with mode: 0644]
hphp/test/slow/hhbbc/vgetn.php.expect [new file with mode: 0644]