Stop binding refs into args array for fb_intercept with inout handlers
commit1ad7bc61cd3e4c3be9b53f73a05613dbefbf63e0
authorPaul Bissonnette <paulbiss@fb.com>
Fri, 19 Apr 2019 15:43:38 +0000 (19 08:43 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 19 Apr 2019 15:46:44 +0000 (19 08:46 -0700)
tree6aa87a2a0ec2727b2c150f2469eaadf8f665b451
parent0fe7010df6ff21e5b2ad4213eddc404036b2bea1
Stop binding refs into args array for fb_intercept with inout handlers

Summary: They already return the arguments array back out as an `inout` parameter.

Reviewed By: jano

Differential Revision: D14999692

fbshipit-source-id: 01bf885731d343e24d75958db022d6a6f04e48e7
hphp/runtime/vm/event-hook.cpp
hphp/test/slow/inout/fb-intercept-wrapper.php.expect
hphp/test/slow/intercept/inout-handlers-2.php [new file with mode: 0644]
hphp/test/slow/intercept/inout-handlers-2.php.expect [new file with mode: 0644]
hphp/test/slow/intercept/inout-handlers-2.php.hphp_opts [new file with mode: 0644]