Remove non-MSRV implementation and interp-only options
commitdd9a10f07ad08dd04751b10b64c621589a527dc4
authorJan Oravec <jan@fb.com>
Fri, 20 Jul 2018 20:50:40 +0000 (20 13:50 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 20 Jul 2018 20:59:27 +0000 (20 13:59 -0700)
treeded507bd17ea157689dc78fbc5308d699341a1c5
parent7ae154e1cf2e3918f719b8ce7c0e78b29d020a84
Remove non-MSRV implementation and interp-only options

Summary:
MSRV works just fine, so remove the legacy implementation.

Also, remove options that force interpreting of FCallM/RetM opcodes. This was
used only for testing purposes and the inout implementation is considered to be
stable now. It will be soon merged into FCall anyway.

Reviewed By: paulbiss, alexeyt

Differential Revision: D8924869

fbshipit-source-id: 0e9d6d713766542efa46ebc0cf8146e8cc8b43ad
682 files changed:
hphp/compiler/analysis/emitter.cpp
hphp/compiler/option.cpp
hphp/hack/src/hhbc/emit_body.ml
hphp/hack/src/hhbc/emit_expression.ml
hphp/hack/src/hhbc/emit_inout_function.ml
hphp/hack/src/hhbc/emit_inout_helpers.ml
hphp/hack/src/hhbc/hhbc_options.ml
hphp/hack/src/hhbc/try_finally_rewriter.ml
hphp/hhbbc/main.cpp
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/runtime-option.h
hphp/runtime/base/unit-cache.cpp
hphp/runtime/vm/event-hook.cpp
hphp/runtime/vm/interp-helpers.h
hphp/runtime/vm/jit/irgen-call.cpp
hphp/runtime/vm/jit/irgen-func-prologue.cpp
hphp/runtime/vm/jit/irgen-ret.cpp
hphp/runtime/vm/repo-global-data.h
hphp/test/one_bit_refcount_failing_slow
hphp/test/slow/inout/abstract-method.php [moved from hphp/test/slow/inout/tuple/tests/abstract-method.php with 100% similarity]
hphp/test/slow/inout/abstract-method.php.expect [moved from hphp/test/slow/inout/tuple/tests/abstract-method.php.expect with 100% similarity]
hphp/test/slow/inout/abstract-method.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/abstract-method.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/abstract-method.php.opts [moved from hphp/test/slow/inout/tuple/tests/abstract-method.php.opts with 100% similarity]
hphp/test/slow/inout/autoloader.php [moved from hphp/test/slow/inout/tuple/tests/autoloader.php with 100% similarity]
hphp/test/slow/inout/autoloader.php.expectf [moved from hphp/test/slow/inout/tuple/tests/autoloader.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-abstract.php [moved from hphp/test/slow/inout/tuple/tests/bad-abstract.php with 100% similarity]
hphp/test/slow/inout/bad-abstract.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-abstract.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-async-generator.php [moved from hphp/test/slow/inout/tuple/tests/bad-async-generator.php with 100% similarity]
hphp/test/slow/inout/bad-async-generator.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-async-generator.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-async.php [moved from hphp/test/slow/inout/tuple/tests/bad-async.php with 100% similarity]
hphp/test/slow/inout/bad-async.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-async.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-1.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-1.php with 100% similarity]
hphp/test/slow/inout/bad-call-1.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-1.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-10.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-10.php with 100% similarity]
hphp/test/slow/inout/bad-call-10.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-call-10.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-11.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-11.php with 100% similarity]
hphp/test/slow/inout/bad-call-11.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-call-11.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-12.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-12.php with 100% similarity]
hphp/test/slow/inout/bad-call-12.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-call-12.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-13.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-13.php with 100% similarity]
hphp/test/slow/inout/bad-call-13.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-call-13.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-14.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-14.php with 100% similarity]
hphp/test/slow/inout/bad-call-14.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-call-14.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-15.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-15.php with 100% similarity]
hphp/test/slow/inout/bad-call-15.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-call-15.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-call-2.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-2.php with 100% similarity]
hphp/test/slow/inout/bad-call-2.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-2.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-3.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-3.php with 100% similarity]
hphp/test/slow/inout/bad-call-3.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-3.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-4.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-4.php with 100% similarity]
hphp/test/slow/inout/bad-call-4.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-4.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-5.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-5.php with 100% similarity]
hphp/test/slow/inout/bad-call-5.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-5.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-6.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-6.php with 100% similarity]
hphp/test/slow/inout/bad-call-6.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-6.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-7.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-7.php with 100% similarity]
hphp/test/slow/inout/bad-call-7.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-7.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-8.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-8.php with 100% similarity]
hphp/test/slow/inout/bad-call-8.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-8.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-call-9.php [moved from hphp/test/slow/inout/tuple/tests/bad-call-9.php with 100% similarity]
hphp/test/slow/inout/bad-call-9.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-call-9.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-class.php [moved from hphp/test/slow/inout/tuple/tests/bad-class.php with 100% similarity]
hphp/test/slow/inout/bad-class.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-class.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-constructor.php [moved from hphp/test/slow/inout/tuple/tests/bad-constructor.php with 100% similarity]
hphp/test/slow/inout/bad-constructor.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-constructor.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-decl-1.php [moved from hphp/test/slow/inout/tuple/tests/bad-decl-1.php with 100% similarity]
hphp/test/slow/inout/bad-decl-1.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-decl-1.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-decl-2.php [moved from hphp/test/slow/inout/tuple/tests/bad-decl-2.php with 100% similarity]
hphp/test/slow/inout/bad-decl-2.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-decl-2.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-func.php [moved from hphp/test/slow/inout/tuple/tests/bad-func.php with 100% similarity]
hphp/test/slow/inout/bad-func.php.expectregex [moved from hphp/test/slow/inout/tuple/tests/bad-func.php.expectregex with 100% similarity]
hphp/test/slow/inout/bad-generator.php [moved from hphp/test/slow/inout/tuple/tests/bad-generator.php with 100% similarity]
hphp/test/slow/inout/bad-generator.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-generator.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-interface.php [moved from hphp/test/slow/inout/tuple/tests/bad-interface.php with 100% similarity]
hphp/test/slow/inout/bad-interface.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-interface.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-memoize.php [moved from hphp/test/slow/inout/tuple/tests/bad-memoize.php with 100% similarity]
hphp/test/slow/inout/bad-memoize.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-memoize.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-mixed-mode-1.php [moved from hphp/test/slow/inout/tuple/tests/bad-mixed-mode-1.php with 100% similarity]
hphp/test/slow/inout/bad-mixed-mode-1.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-mixed-mode-1.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-mixed-mode-2.php [moved from hphp/test/slow/inout/tuple/tests/bad-mixed-mode-2.php with 100% similarity]
hphp/test/slow/inout/bad-mixed-mode-2.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-mixed-mode-2.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-named-constructor.php [moved from hphp/test/slow/inout/tuple/tests/bad-named-constructor.php with 100% similarity]
hphp/test/slow/inout/bad-named-constructor.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-named-constructor.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-parent-1.php [moved from hphp/test/slow/inout/tuple/tests/bad-parent-1.php with 100% similarity]
hphp/test/slow/inout/bad-parent-1.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-parent-1.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-parent-2.php [moved from hphp/test/slow/inout/tuple/tests/bad-parent-2.php with 100% similarity]
hphp/test/slow/inout/bad-parent-2.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-parent-2.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-parent-3.php [moved from hphp/test/slow/inout/tuple/tests/bad-parent-3.php with 100% similarity]
hphp/test/slow/inout/bad-parent-3.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-parent-3.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-parent-4.php [moved from hphp/test/slow/inout/tuple/tests/bad-parent-4.php with 100% similarity]
hphp/test/slow/inout/bad-parent-4.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-parent-4.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-parent-5.php [moved from hphp/test/slow/inout/tuple/tests/bad-parent-5.php with 100% similarity]
hphp/test/slow/inout/bad-parent-5.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-parent-5.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-parent-6.php [moved from hphp/test/slow/inout/tuple/tests/bad-parent-6.php with 100% similarity]
hphp/test/slow/inout/bad-parent-6.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-parent-6.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-trait-1.php [moved from hphp/test/slow/inout/tuple/tests/bad-trait-1.php with 100% similarity]
hphp/test/slow/inout/bad-trait-1.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-trait-1.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-trait-2.php [moved from hphp/test/slow/inout/tuple/tests/bad-trait-2.php with 100% similarity]
hphp/test/slow/inout/bad-trait-2.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-trait-2.php.expectf with 100% similarity]
hphp/test/slow/inout/bad-trait-3.php [moved from hphp/test/slow/inout/tuple/tests/bad-trait-3.php with 100% similarity]
hphp/test/slow/inout/bad-trait-3.php.expectf [moved from hphp/test/slow/inout/tuple/tests/bad-trait-3.php.expectf with 100% similarity]
hphp/test/slow/inout/builtin-interop.php [moved from hphp/test/slow/inout/tuple/tests/builtin-interop.php with 100% similarity]
hphp/test/slow/inout/builtin-interop.php.expect [moved from hphp/test/slow/inout/tuple/tests/builtin-interop.php.expect with 100% similarity]
hphp/test/slow/inout/call-dynamic.php [moved from hphp/test/slow/inout/tuple/tests/call-dynamic.php with 100% similarity]
hphp/test/slow/inout/call-dynamic.php.expect [moved from hphp/test/slow/inout/tuple/tests/call-dynamic.php.expect with 100% similarity]
hphp/test/slow/inout/call-static.php [moved from hphp/test/slow/inout/tuple/tests/call-static.php with 100% similarity]
hphp/test/slow/inout/call-static.php.expect [moved from hphp/test/slow/inout/tuple/tests/call-static.php.expect with 100% similarity]
hphp/test/slow/inout/closure.php [moved from hphp/test/slow/inout/tuple/tests/closure.php with 100% similarity]
hphp/test/slow/inout/closure.php.expect [moved from hphp/test/slow/inout/tuple/tests/closure.php.expect with 100% similarity]
hphp/test/slow/inout/complex-expr.php [moved from hphp/test/slow/inout/tuple/tests/complex-expr.php with 100% similarity]
hphp/test/slow/inout/complex-expr.php.expect [moved from hphp/test/slow/inout/tuple/tests/complex-expr.php.expect with 100% similarity]
hphp/test/slow/inout/def-func.php [moved from hphp/test/slow/inout/tuple/tests/def-func.php with 100% similarity]
hphp/test/slow/inout/def-func.php.expect [moved from hphp/test/slow/inout/tuple/tests/def-func.php.expect with 100% similarity]
hphp/test/slow/inout/double-array-get.php [moved from hphp/test/slow/inout/tuple/tests/double-array-get.php with 100% similarity]
hphp/test/slow/inout/double-array-get.php.expect [moved from hphp/test/slow/inout/tuple/tests/double-array-get.php.expect with 100% similarity]
hphp/test/slow/inout/fb-intercept-argc.php [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-argc.php with 100% similarity]
hphp/test/slow/inout/fb-intercept-argc.php.expect [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-argc.php.expect with 100% similarity]
hphp/test/slow/inout/fb-intercept-argc.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-argc.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-argc.php.opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-argc.php.opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-bad-handler.php [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-bad-handler.php with 100% similarity]
hphp/test/slow/inout/fb-intercept-bad-handler.php.expectf [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-bad-handler.php.expectf with 100% similarity]
hphp/test/slow/inout/fb-intercept-bad-handler.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-bad-handler.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-bad-handler.php.opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-bad-handler.php.opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-reffy.php [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-reffy.php with 100% similarity]
hphp/test/slow/inout/fb-intercept-reffy.php.expect [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-reffy.php.expect with 100% similarity]
hphp/test/slow/inout/fb-intercept-reffy.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-reffy.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-reffy.php.opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-reffy.php.opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-wrapper.php [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-wrapper.php with 100% similarity]
hphp/test/slow/inout/fb-intercept-wrapper.php.expect [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-wrapper.php.expect with 100% similarity]
hphp/test/slow/inout/fb-intercept-wrapper.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-wrapper.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/fb-intercept-wrapper.php.opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept-wrapper.php.opts with 100% similarity]
hphp/test/slow/inout/fb-intercept.php [moved from hphp/test/slow/inout/tuple/tests/fb-intercept.php with 100% similarity]
hphp/test/slow/inout/fb-intercept.php.expect [moved from hphp/test/slow/inout/tuple/tests/fb-intercept.php.expect with 100% similarity]
hphp/test/slow/inout/fb-intercept.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/fb-intercept.php.opts [moved from hphp/test/slow/inout/tuple/tests/fb-intercept.php.opts with 100% similarity]
hphp/test/slow/inout/func-interop-dynamic.php [moved from hphp/test/slow/inout/tuple/tests/func-interop-dynamic.php with 100% similarity]
hphp/test/slow/inout/func-interop-dynamic.php.expect [moved from hphp/test/slow/inout/tuple/tests/func-interop-dynamic.php.expect with 100% similarity]
hphp/test/slow/inout/func-interop-static.php [moved from hphp/test/slow/inout/tuple/tests/func-interop-static.php with 100% similarity]
hphp/test/slow/inout/func-interop-static.php.expect [moved from hphp/test/slow/inout/tuple/tests/func-interop-static.php.expect with 100% similarity]
hphp/test/slow/inout/inout-decl.php [moved from hphp/test/slow/inout/tuple/tests/inout-decl.php with 100% similarity]
hphp/test/slow/inout/inout-decl.php.expect [moved from hphp/test/slow/inout/tuple/tests/inout-decl.php.expect with 100% similarity]
hphp/test/slow/inout/inout_param_mixed_hint.php [moved from hphp/test/slow/inout/tuple/tests/inout_param_mixed_hint.php with 100% similarity]
hphp/test/slow/inout/inout_param_mixed_hint.php.expect [moved from hphp/test/slow/inout/tuple/tests/inout_param_mixed_hint.php.expect with 100% similarity]
hphp/test/slow/inout/inout_param_soft_mixed_hint.php [moved from hphp/test/slow/inout/tuple/tests/inout_param_soft_mixed_hint.php with 100% similarity]
hphp/test/slow/inout/inout_param_soft_mixed_hint.php.expect [moved from hphp/test/slow/inout/tuple/tests/inout_param_soft_mixed_hint.php.expect with 100% similarity]
hphp/test/slow/inout/interp-callm/config.ini [deleted file]
hphp/test/slow/inout/interp-callm/tests/abstract-method.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/abstract-method.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/abstract-method.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/abstract-method.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/autoloader.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/autoloader.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-abstract.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-abstract.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-async-generator.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-async-generator.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-async.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-async.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-1.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-1.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-10.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-10.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-11.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-11.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-12.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-12.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-13.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-13.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-14.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-14.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-15.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-15.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-2.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-2.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-3.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-3.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-4.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-4.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-5.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-5.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-6.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-6.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-7.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-7.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-8.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-8.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-call-9.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-call-9.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-class.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-class.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-constructor.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-constructor.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-decl-1.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-decl-1.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-decl-2.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-decl-2.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-func.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-func.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-generator.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-generator.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-interface.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-interface.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-memoize.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-memoize.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-mixed-mode-1.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-mixed-mode-1.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-mixed-mode-2.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-mixed-mode-2.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-named-constructor.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-named-constructor.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-parent-1.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-parent-1.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-parent-2.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-parent-2.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-parent-3.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-parent-3.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-parent-4.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-parent-4.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-parent-5.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-parent-5.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-parent-6.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-parent-6.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-trait-1.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-trait-1.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-trait-2.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-trait-2.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/bad-trait-3.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/bad-trait-3.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/builtin-interop.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/builtin-interop.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/call-dynamic.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/call-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/call-static.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/call-static.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/closure.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/closure.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/complex-expr.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/complex-expr.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/def-func.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/def-func.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/double-array-get.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/double-array-get.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-argc.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-argc.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-argc.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-argc.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-bad-handler.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-bad-handler.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-bad-handler.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-bad-handler.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-reffy.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-reffy.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-reffy.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-reffy.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-wrapper.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-wrapper.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-wrapper.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept-wrapper.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/fb-intercept.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/fb-intercept.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/func-interop-dynamic.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/func-interop-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/func-interop-static.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/func-interop-static.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/inout-decl.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/inout-decl.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/inout_param_mixed_hint.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/inout_param_mixed_hint.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/inout_param_soft_mixed_hint.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/inout_param_soft_mixed_hint.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/invalid-index.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/invalid-index.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-dynamic.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/method-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-interop-dynamic.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/method-interop-dynamic.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-interop-dynamic.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-interop-dynamic.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-interop-static.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/method-interop-static.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-interop-static.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-interop-static.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/method-static.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/method-static.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/msrv-error.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/msrv-error.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/msrv-error.php.skipif [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/msrv-unpack-error.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/msrv-unpack-error.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/msrv-unpack-error.php.skipif [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/out-type-hints.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/out-type-hints.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/reffy-magic.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/reffy-magic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/shadow.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/shadow.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/side-effects.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/side-effects.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/trait-magic.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/trait-magic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/trait-magic.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/trait-magic.php.opts [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/variadic-builtin.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/variadic-builtin.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/variadic-inout.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/variadic-inout.php.expect [deleted symlink]
hphp/test/slow/inout/interp-callm/tests/xhp.php [deleted file]
hphp/test/slow/inout/interp-callm/tests/xhp.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/config.ini [deleted file]
hphp/test/slow/inout/interp-retm/tests/abstract-method.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/abstract-method.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/abstract-method.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/abstract-method.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/autoloader.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/autoloader.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-abstract.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-abstract.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-async-generator.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-async-generator.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-async.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-async.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-1.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-1.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-10.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-10.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-11.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-11.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-12.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-12.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-13.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-13.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-14.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-14.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-15.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-15.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-2.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-2.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-3.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-3.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-4.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-4.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-5.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-5.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-6.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-6.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-7.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-7.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-8.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-8.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-call-9.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-call-9.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-class.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-class.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-constructor.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-constructor.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-decl-1.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-decl-1.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-decl-2.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-decl-2.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-func.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-func.php.expectregex [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-generator.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-generator.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-interface.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-interface.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-memoize.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-memoize.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-mixed-mode-1.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-mixed-mode-1.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-mixed-mode-2.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-mixed-mode-2.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-named-constructor.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-named-constructor.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-parent-1.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-parent-1.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-parent-2.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-parent-2.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-parent-3.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-parent-3.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-parent-4.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-parent-4.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-parent-5.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-parent-5.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-parent-6.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-parent-6.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-trait-1.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-trait-1.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-trait-2.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-trait-2.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/bad-trait-3.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/bad-trait-3.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/builtin-interop.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/builtin-interop.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/call-dynamic.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/call-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/call-static.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/call-static.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/closure.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/closure.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/complex-expr.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/complex-expr.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/def-func.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/def-func.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/double-array-get.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/double-array-get.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-argc.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-argc.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-argc.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-argc.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-bad-handler.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-bad-handler.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-bad-handler.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-bad-handler.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-reffy.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-reffy.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-reffy.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-reffy.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-wrapper.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-wrapper.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-wrapper.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept-wrapper.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/fb-intercept.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/fb-intercept.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/func-interop-dynamic.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/func-interop-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/func-interop-static.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/func-interop-static.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/inout-decl.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/inout-decl.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/inout_param_mixed_hint.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/inout_param_mixed_hint.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/inout_param_soft_mixed_hint.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/inout_param_soft_mixed_hint.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/invalid-index.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/invalid-index.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-dynamic.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/method-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-interop-dynamic.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/method-interop-dynamic.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-interop-dynamic.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-interop-dynamic.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-interop-static.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/method-interop-static.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-interop-static.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-interop-static.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/method-static.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/method-static.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/msrv-error.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/msrv-error.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/msrv-error.php.skipif [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/msrv-unpack-error.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/msrv-unpack-error.php.expectf [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/msrv-unpack-error.php.skipif [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/out-type-hints.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/out-type-hints.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/reffy-magic.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/reffy-magic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/shadow.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/shadow.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/side-effects.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/side-effects.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/trait-magic.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/trait-magic.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/trait-magic.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/trait-magic.php.opts [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/variadic-builtin.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/variadic-builtin.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/variadic-inout.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/variadic-inout.php.expect [deleted symlink]
hphp/test/slow/inout/interp-retm/tests/xhp.php [deleted file]
hphp/test/slow/inout/interp-retm/tests/xhp.php.expect [deleted symlink]
hphp/test/slow/inout/invalid-index.php [moved from hphp/test/slow/inout/tuple/tests/invalid-index.php with 100% similarity]
hphp/test/slow/inout/invalid-index.php.expectf [moved from hphp/test/slow/inout/tuple/tests/invalid-index.php.expectf with 100% similarity]
hphp/test/slow/inout/make_suite.sh [deleted file]
hphp/test/slow/inout/method-dynamic.php [moved from hphp/test/slow/inout/tuple/tests/method-dynamic.php with 100% similarity]
hphp/test/slow/inout/method-dynamic.php.expect [moved from hphp/test/slow/inout/tuple/tests/method-dynamic.php.expect with 100% similarity]
hphp/test/slow/inout/method-interop-dynamic.php [moved from hphp/test/slow/inout/tuple/tests/method-interop-dynamic.php with 100% similarity]
hphp/test/slow/inout/method-interop-dynamic.php.expectf [moved from hphp/test/slow/inout/tuple/tests/method-interop-dynamic.php.expectf with 100% similarity]
hphp/test/slow/inout/method-interop-dynamic.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/method-interop-dynamic.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/method-interop-dynamic.php.opts [moved from hphp/test/slow/inout/tuple/tests/method-interop-dynamic.php.opts with 100% similarity]
hphp/test/slow/inout/method-interop-static.php [moved from hphp/test/slow/inout/tuple/tests/method-interop-static.php with 100% similarity]
hphp/test/slow/inout/method-interop-static.php.expectf [moved from hphp/test/slow/inout/tuple/tests/method-interop-static.php.expectf with 100% similarity]
hphp/test/slow/inout/method-interop-static.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/method-interop-static.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/method-interop-static.php.opts [moved from hphp/test/slow/inout/tuple/tests/method-interop-static.php.opts with 100% similarity]
hphp/test/slow/inout/method-static.php [moved from hphp/test/slow/inout/tuple/tests/method-static.php with 100% similarity]
hphp/test/slow/inout/method-static.php.expect [moved from hphp/test/slow/inout/tuple/tests/method-static.php.expect with 100% similarity]
hphp/test/slow/inout/msrv-error.php [moved from hphp/test/slow/inout/tuple/tests/msrv-error.php with 100% similarity]
hphp/test/slow/inout/msrv-error.php.expectf [moved from hphp/test/slow/inout/tuple/tests/msrv-error.php.expectf with 100% similarity]
hphp/test/slow/inout/msrv-unpack-error.php [moved from hphp/test/slow/inout/tuple/tests/msrv-unpack-error.php with 100% similarity]
hphp/test/slow/inout/msrv-unpack-error.php.expectf [moved from hphp/test/slow/inout/tuple/tests/msrv-unpack-error.php.expectf with 100% similarity]
hphp/test/slow/inout/msrv/config.ini [deleted file]
hphp/test/slow/inout/msrv/hphp_config.ini [deleted file]
hphp/test/slow/inout/msrv/tests/abstract-method.php [deleted file]
hphp/test/slow/inout/msrv/tests/abstract-method.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/abstract-method.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/abstract-method.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/autoloader.php [deleted file]
hphp/test/slow/inout/msrv/tests/autoloader.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-abstract.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-abstract.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-async-generator.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-async-generator.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-async.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-async.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-1.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-1.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-10.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-10.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-11.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-11.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-12.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-12.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-13.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-13.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-14.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-14.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-15.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-15.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-2.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-2.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-3.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-3.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-4.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-4.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-5.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-5.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-6.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-6.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-7.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-7.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-8.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-8.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-call-9.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-call-9.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-class.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-class.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-constructor.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-constructor.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-decl-1.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-decl-1.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-decl-2.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-decl-2.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-func.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-func.php.expectregex [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-generator.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-generator.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-interface.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-interface.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-memoize.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-memoize.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-mixed-mode-1.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-mixed-mode-1.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-mixed-mode-2.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-mixed-mode-2.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-named-constructor.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-named-constructor.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-parent-1.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-parent-1.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-parent-2.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-parent-2.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-parent-3.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-parent-3.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-parent-4.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-parent-4.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-parent-5.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-parent-5.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-parent-6.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-parent-6.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-trait-1.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-trait-1.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-trait-2.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-trait-2.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/bad-trait-3.php [deleted file]
hphp/test/slow/inout/msrv/tests/bad-trait-3.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/builtin-interop.php [deleted file]
hphp/test/slow/inout/msrv/tests/builtin-interop.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/call-dynamic.php [deleted file]
hphp/test/slow/inout/msrv/tests/call-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/call-static.php [deleted file]
hphp/test/slow/inout/msrv/tests/call-static.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/closure.php [deleted file]
hphp/test/slow/inout/msrv/tests/closure.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/complex-expr.php [deleted file]
hphp/test/slow/inout/msrv/tests/complex-expr.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/def-func.php [deleted file]
hphp/test/slow/inout/msrv/tests/def-func.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/double-array-get.php [deleted file]
hphp/test/slow/inout/msrv/tests/double-array-get.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-argc.php [deleted file]
hphp/test/slow/inout/msrv/tests/fb-intercept-argc.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-argc.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-argc.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-bad-handler.php [deleted file]
hphp/test/slow/inout/msrv/tests/fb-intercept-bad-handler.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-bad-handler.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-bad-handler.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-reffy.php [deleted file]
hphp/test/slow/inout/msrv/tests/fb-intercept-reffy.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-reffy.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-reffy.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-wrapper.php [deleted file]
hphp/test/slow/inout/msrv/tests/fb-intercept-wrapper.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-wrapper.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept-wrapper.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept.php [deleted file]
hphp/test/slow/inout/msrv/tests/fb-intercept.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/fb-intercept.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/func-interop-dynamic.php [deleted file]
hphp/test/slow/inout/msrv/tests/func-interop-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/func-interop-static.php [deleted file]
hphp/test/slow/inout/msrv/tests/func-interop-static.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/inout-decl.php [deleted file]
hphp/test/slow/inout/msrv/tests/inout-decl.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/inout_param_mixed_hint.php [deleted file]
hphp/test/slow/inout/msrv/tests/inout_param_mixed_hint.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/inout_param_soft_mixed_hint.php [deleted file]
hphp/test/slow/inout/msrv/tests/inout_param_soft_mixed_hint.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/invalid-index.php [deleted file]
hphp/test/slow/inout/msrv/tests/invalid-index.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-dynamic.php [deleted file]
hphp/test/slow/inout/msrv/tests/method-dynamic.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-interop-dynamic.php [deleted file]
hphp/test/slow/inout/msrv/tests/method-interop-dynamic.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-interop-dynamic.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-interop-dynamic.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-interop-static.php [deleted file]
hphp/test/slow/inout/msrv/tests/method-interop-static.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-interop-static.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-interop-static.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/method-static.php [deleted file]
hphp/test/slow/inout/msrv/tests/method-static.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/msrv-error.php [deleted file]
hphp/test/slow/inout/msrv/tests/msrv-error.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/msrv-error.php.skipif [deleted symlink]
hphp/test/slow/inout/msrv/tests/msrv-unpack-error.php [deleted file]
hphp/test/slow/inout/msrv/tests/msrv-unpack-error.php.expectf [deleted symlink]
hphp/test/slow/inout/msrv/tests/msrv-unpack-error.php.skipif [deleted symlink]
hphp/test/slow/inout/msrv/tests/out-type-hints.php [deleted file]
hphp/test/slow/inout/msrv/tests/out-type-hints.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/reffy-magic.php [deleted file]
hphp/test/slow/inout/msrv/tests/reffy-magic.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/shadow.php [deleted file]
hphp/test/slow/inout/msrv/tests/shadow.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/side-effects.php [deleted file]
hphp/test/slow/inout/msrv/tests/side-effects.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/trait-magic.php [deleted file]
hphp/test/slow/inout/msrv/tests/trait-magic.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/trait-magic.php.hphp_opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/trait-magic.php.opts [deleted symlink]
hphp/test/slow/inout/msrv/tests/variadic-builtin.php [deleted file]
hphp/test/slow/inout/msrv/tests/variadic-builtin.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/variadic-inout.php [deleted file]
hphp/test/slow/inout/msrv/tests/variadic-inout.php.expect [deleted symlink]
hphp/test/slow/inout/msrv/tests/xhp.php [deleted file]
hphp/test/slow/inout/msrv/tests/xhp.php.expect [deleted symlink]
hphp/test/slow/inout/out-type-hints.php [moved from hphp/test/slow/inout/tuple/tests/out-type-hints.php with 100% similarity]
hphp/test/slow/inout/out-type-hints.php.expect [moved from hphp/test/slow/inout/tuple/tests/out-type-hints.php.expect with 100% similarity]
hphp/test/slow/inout/reffy-magic.php [moved from hphp/test/slow/inout/tuple/tests/reffy-magic.php with 100% similarity]
hphp/test/slow/inout/reffy-magic.php.expect [moved from hphp/test/slow/inout/tuple/tests/reffy-magic.php.expect with 100% similarity]
hphp/test/slow/inout/shadow.php [moved from hphp/test/slow/inout/tuple/tests/shadow.php with 100% similarity]
hphp/test/slow/inout/shadow.php.expect [moved from hphp/test/slow/inout/tuple/tests/shadow.php.expect with 100% similarity]
hphp/test/slow/inout/side-effects.php [moved from hphp/test/slow/inout/tuple/tests/side-effects.php with 100% similarity]
hphp/test/slow/inout/side-effects.php.expect [moved from hphp/test/slow/inout/tuple/tests/side-effects.php.expect with 100% similarity]
hphp/test/slow/inout/trait-magic.php [moved from hphp/test/slow/inout/tuple/tests/trait-magic.php with 100% similarity]
hphp/test/slow/inout/trait-magic.php.expect [moved from hphp/test/slow/inout/tuple/tests/trait-magic.php.expect with 100% similarity]
hphp/test/slow/inout/trait-magic.php.hphp_opts [moved from hphp/test/slow/inout/tuple/tests/trait-magic.php.hphp_opts with 100% similarity]
hphp/test/slow/inout/trait-magic.php.opts [moved from hphp/test/slow/inout/tuple/tests/trait-magic.php.opts with 100% similarity]
hphp/test/slow/inout/tuple/config.ini [deleted file]
hphp/test/slow/inout/tuple/hphp_config.ini [deleted file]
hphp/test/slow/inout/tuple/tests/msrv-error.php.skipif [deleted file]
hphp/test/slow/inout/tuple/tests/msrv-unpack-error.php.skipif [deleted file]
hphp/test/slow/inout/variadic-builtin.php [moved from hphp/test/slow/inout/tuple/tests/variadic-builtin.php with 100% similarity]
hphp/test/slow/inout/variadic-builtin.php.expect [moved from hphp/test/slow/inout/tuple/tests/variadic-builtin.php.expect with 100% similarity]
hphp/test/slow/inout/variadic-inout.php [moved from hphp/test/slow/inout/tuple/tests/variadic-inout.php with 100% similarity]
hphp/test/slow/inout/variadic-inout.php.expect [moved from hphp/test/slow/inout/tuple/tests/variadic-inout.php.expect with 100% similarity]
hphp/test/slow/inout/xhp.php [moved from hphp/test/slow/inout/tuple/tests/xhp.php with 100% similarity]
hphp/test/slow/inout/xhp.php.expect [moved from hphp/test/slow/inout/tuple/tests/xhp.php.expect with 100% similarity]