Kill inline class definition (rest of slow)nightly-2019.03.30
commit43f6f98dc7e195a6a736b8bf6ebdd2c8002d36b0
authorOguz Ulgen <[email protected]>
Sat, 30 Mar 2019 02:15:37 +0000 (29 19:15 -0700)
committerHhvm Bot <[email protected]>
Sat, 30 Mar 2019 02:19:02 +0000 (29 19:19 -0700)
tree8c2d0e0e5021be9c0f06aa18b4def92274327548
parent443dc925e4b2e16197451c0f7ceff4461449051c
Kill inline class definition (rest of slow)

Reviewed By: jano, alexeyt

Differential Revision: D14676896

fbshipit-source-id: a317ade357b4b57fd6d5422a2ff7b90f033316c0
122 files changed:
hphp/test/slow/dv_array/ext_factparse.php
hphp/test/slow/dv_array/ext_factparse.php.expectf
hphp/test/slow/dv_array/ext_pdo/ext_pdo.inc [new file with mode: 0644]
hphp/test/slow/dv_array/ext_pdo/ext_pdo.php
hphp/test/slow/dv_array_hack_arr/ext_factparse.php
hphp/test/slow/dv_array_hack_arr/ext_factparse.php.expectf
hphp/test/slow/dv_array_hack_arr/ext_pdo/ext_pdo.inc [new file with mode: 0644]
hphp/test/slow/dv_array_hack_arr/ext_pdo/ext_pdo.php
hphp/test/slow/ext_enum/enum-cache-1.inc [new file with mode: 0644]
hphp/test/slow/ext_enum/enum-cache-2.inc [new file with mode: 0644]
hphp/test/slow/ext_enum/enum-cache.php
hphp/test/slow/ext_factparse/ext_factparse.php
hphp/test/slow/ext_factparse/ext_factparse.php.expectf
hphp/test/slow/ext_misc/1377.inc [new file with mode: 0644]
hphp/test/slow/ext_misc/1377.php
hphp/test/slow/ext_pdo/ext_pdo.inc [new file with mode: 0644]
hphp/test/slow/ext_pdo/ext_pdo.php
hphp/test/slow/hhbbc/func_family_009-1.inc [new file with mode: 0644]
hphp/test/slow/hhbbc/func_family_009-2.inc [new file with mode: 0644]
hphp/test/slow/hhbbc/func_family_009.php
hphp/test/slow/hhbbc/private_props_006-1.inc [new file with mode: 0644]
hphp/test/slow/hhbbc/private_props_006-2.inc [new file with mode: 0644]
hphp/test/slow/hhbbc/private_props_006.php
hphp/test/slow/hhbbc/static_props_018-1.inc [new file with mode: 0644]
hphp/test/slow/hhbbc/static_props_018-2.inc [new file with mode: 0644]
hphp/test/slow/hint/2192-1.inc [new file with mode: 0644]
hphp/test/slow/hint/2192-2.inc [new file with mode: 0644]
hphp/test/slow/hint/2192.php
hphp/test/slow/inlining/1831.inc [new file with mode: 0644]
hphp/test/slow/inlining/1831.php
hphp/test/slow/inlining/1836.inc [new file with mode: 0644]
hphp/test/slow/inlining/1836.php
hphp/test/slow/inner_class/10.php [deleted file]
hphp/test/slow/inner_class/10.php.expect [deleted file]
hphp/test/slow/inner_class/8.php [deleted file]
hphp/test/slow/inner_class/8.php.expect [deleted file]
hphp/test/slow/late_static_binding/1880-1.inc [new file with mode: 0644]
hphp/test/slow/late_static_binding/1880-2.inc [new file with mode: 0644]
hphp/test/slow/late_static_binding/1880.php
hphp/test/slow/namespace/2227-1.inc [new file with mode: 0644]
hphp/test/slow/namespace/2227-2.inc [new file with mode: 0644]
hphp/test/slow/namespace/2227.php
hphp/test/slow/namespace/autoload.inc [new file with mode: 0644]
hphp/test/slow/namespace/autoload.php
hphp/test/slow/object/static_inits_2-1.inc [new file with mode: 0644]
hphp/test/slow/object/static_inits_2-2.inc [new file with mode: 0644]
hphp/test/slow/object/static_inits_2.php
hphp/test/slow/object_magic_method/763-1.inc [new file with mode: 0644]
hphp/test/slow/object_magic_method/763-2.inc [new file with mode: 0644]
hphp/test/slow/object_magic_method/763.php
hphp/test/slow/object_property/684-1.inc [new file with mode: 0644]
hphp/test/slow/object_property/684-2.inc [new file with mode: 0644]
hphp/test/slow/object_property/684.php
hphp/test/slow/object_property/685-1.inc [new file with mode: 0644]
hphp/test/slow/object_property/685-2.inc [new file with mode: 0644]
hphp/test/slow/object_property/685.php
hphp/test/slow/object_property/686.inc [new file with mode: 0644]
hphp/test/slow/object_property/686.php
hphp/test/slow/object_property/688.inc [new file with mode: 0644]
hphp/test/slow/object_property/688.php
hphp/test/slow/phpism/nontoplevel_decl_class_conditional2.php [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_conditional2.php.expectf [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_conditional2.php.hphp_opts [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_conditional2.php.opts [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_in_function2.php [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_in_function2.php.expectf [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_in_function2.php.hphp_opts [deleted file]
hphp/test/slow/phpism/nontoplevel_decl_class_in_function2.php.opts [deleted file]
hphp/test/slow/reflection/1353-1.inc [new file with mode: 0644]
hphp/test/slow/reflection/1353-2.inc [new file with mode: 0644]
hphp/test/slow/reflection/1353-3.inc [new file with mode: 0644]
hphp/test/slow/reflection/1353.php
hphp/test/slow/reflection/case_insensitive_get_class_methods.php
hphp/test/slow/reflection_classes/1356-1.inc [new file with mode: 0644]
hphp/test/slow/reflection_classes/1356-2.inc [new file with mode: 0644]
hphp/test/slow/reflection_classes/1356.php
hphp/test/slow/reflection_classes/1360-1.inc [new file with mode: 0644]
hphp/test/slow/reflection_classes/1360-2.inc [new file with mode: 0644]
hphp/test/slow/reflection_classes/1360.php
hphp/test/slow/rx/body/defines-includes.php
hphp/test/slow/rx/body/defines-includes.php.expectf
hphp/test/slow/serialize/incomplete_class_apc_serialize.inc [new file with mode: 0644]
hphp/test/slow/serialize/incomplete_class_apc_serialize.php
hphp/test/slow/traits/2127.inc [copied from hphp/test/slow/traits/2127.php with 58% similarity]
hphp/test/slow/traits/2127.php
hphp/test/slow/traits/abstract-final-override.inc [new file with mode: 0644]
hphp/test/slow/traits/abstract-final-override.php
hphp/test/slow/traits/conditional_fatal-1.inc [new file with mode: 0644]
hphp/test/slow/traits/conditional_fatal-2.inc [new file with mode: 0644]
hphp/test/slow/traits/conditional_fatal.php
hphp/test/slow/traits/duplicate_require2-1.inc [new file with mode: 0644]
hphp/test/slow/traits/duplicate_require2-2.inc [new file with mode: 0644]
hphp/test/slow/traits/duplicate_require2-3.inc [new file with mode: 0644]
hphp/test/slow/traits/duplicate_require2-4.inc [new file with mode: 0644]
hphp/test/slow/traits/duplicate_require2-5.inc [new file with mode: 0644]
hphp/test/slow/traits/duplicate_require2.php
hphp/test/slow/traits/duplicate_require2.php.expectf
hphp/test/slow/traits/fatal_missing_trait.inc [new file with mode: 0644]
hphp/test/slow/traits/fatal_missing_trait.php
hphp/test/slow/traits/non-unique-base-1.inc [new file with mode: 0644]
hphp/test/slow/traits/non-unique-base-2.inc [new file with mode: 0644]
hphp/test/slow/traits/non-unique-base.php
hphp/test/slow/traits/require_constraint_iface_implements_error.inc [new file with mode: 0644]
hphp/test/slow/traits/require_constraint_iface_implements_error.php
hphp/test/slow/traits/require_constraint_iface_implements_error.php.expectf
hphp/test/slow/type_assertions/1860-1.inc [new file with mode: 0644]
hphp/test/slow/type_assertions/1860-2.inc [new file with mode: 0644]
hphp/test/slow/type_assertions/1860.php
hphp/test/slow/type_assertions/1862-1.inc [new file with mode: 0644]
hphp/test/slow/type_assertions/1862-2.inc [new file with mode: 0644]
hphp/test/slow/type_assertions/1862.php
hphp/test/slow/type_assertions/enum-param-2.inc [new file with mode: 0644]
hphp/test/slow/type_assertions/enum-param-2.php
hphp/test/slow/yield/2165.php [deleted file]
hphp/test/slow/yield/2165.php.expect [deleted file]
hphp/test/slow/yield/2165.php.hphp_opts [deleted file]
hphp/test/slow/yield/2165.php.opts [deleted symlink]
hphp/test/slow/yield/2182-1.inc [new file with mode: 0644]
hphp/test/slow/yield/2182-2.inc [new file with mode: 0644]
hphp/test/slow/yield/2182.php
hphp/test/slow/zend/class_alias2.inc [new file with mode: 0644]
hphp/test/slow/zend/class_alias2.php