Back out "Don't emit function-resolving bytecodes in the frontend"
commit1bec47175711ad803ebfd9dc589fc87c2b2da755
authorPaul Bissonnette <paulbiss@fb.com>
Mon, 22 Oct 2018 18:20:48 +0000 (22 11:20 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 22 Oct 2018 18:23:10 +0000 (22 11:23 -0700)
tree96263208e7c77bbbad0297261f7c590ac4beb5b4
parentce391353f2c1734211061d32bd1fadd0e8c0a3b7
Back out "Don't emit function-resolving bytecodes in the frontend"

Summary:
This should be safe with D10308428

Original commit changeset: 96d0a48fce07

Reviewed By: ricklavoie

Differential Revision: D10308427

fbshipit-source-id: b2248f36169d092785a49ab02cfee5b64fb7447b
12 files changed:
hphp/hack/src/hhbc/emit_expression.ml
hphp/system/php/lang/fun.ns.php
hphp/test/slow/array/array_call.php [new file with mode: 0644]
hphp/test/slow/array/array_call.php.expectf [new file with mode: 0644]
hphp/test/slow/function/func-as-string.php [deleted file]
hphp/test/slow/function/func-as-string.php.expect [deleted file]
hphp/test/slow/lang/function_pointers.php [new file with mode: 0644]
hphp/test/slow/lang/function_pointers.php.expectf [new file with mode: 0644]
hphp/test/slow/lang/inst_meth_accessibility.php [new file with mode: 0644]
hphp/test/slow/lang/inst_meth_accessibility.php.expectf [new file with mode: 0644]
hphp/test/slow/lang/inst_meth_magic.php [new file with mode: 0644]
hphp/test/slow/lang/inst_meth_magic.php.expectf [new file with mode: 0644]