Fix case sensitive mismatches in tests (6/N)
commit42095900e76367b31239ae2733705eb4aca44504
authorEdwin Smith <smith@fb.com>
Mon, 28 Jun 2021 18:03:09 +0000 (28 11:03 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 28 Jun 2021 18:04:25 +0000 (28 11:04 -0700)
treefd8c8f9cdf063ef82f75689d33fe1d5abfcb03ab
parent2d1fca47a83c1a61df2cf1db9909ebc8d91cec2a
Fix case sensitive mismatches in tests (6/N)

Summary:
Another batch; no particular pattern to these, just hand-fixed each one.
These tests all appear to test other things besides case sensitivity.

Reviewed By: ricklavoie

Differential Revision: D29197039

fbshipit-source-id: b1c9c35a78a485927652bde9d3072a1e8226c5e4
28 files changed:
hphp/test/slow/array_offset/430.php
hphp/test/slow/class_constant/reflective_constant.php
hphp/test/slow/dynamic_methods/1205.php
hphp/test/slow/hhbbc/fcall_noreturn.php
hphp/test/slow/hhbbc/func_family_004.php
hphp/test/slow/ir_inlining/try_catch_call_002.php
hphp/test/slow/late_static_binding/1883.php
hphp/test/slow/new_object_expression/784.php
hphp/test/slow/reflection/ReflectionTypeAlias7.php
hphp/test/slow/reflection/interface_implements_itself.php
hphp/test/slow/spec/tests/classes/classes.php
hphp/test/slow/spec/tests/constants/classes.php
hphp/test/slow/traits/2010.php
hphp/test/slow/variable_class_name/1870.php
hphp/test/zend/good/Zend/tests/bug34873.php
hphp/test/zend/good/Zend/tests/bug53748.php
hphp/test/zend/good/Zend/tests/exception_handler_005.php
hphp/test/zend/good/Zend/tests/exception_handler_006.php
hphp/test/zend/good/Zend/tests/instanceof_001.php
hphp/test/zend/good/Zend/tests/ns_022.php
hphp/test/zend/good/Zend/tests/property_exists.php
hphp/test/zend/good/ext/reflection/tests/bug26695.php
hphp/test/zend/good/ext/reflection/tests/bug29268.php
hphp/test/zend/good/ext/reflection/tests/bug46205.php
hphp/test/zend/good/ext/reflection/tests/bug60367.php
hphp/test/zend/good/ext/standard/tests/class_object/method_exists_basic_002.php
hphp/test/zend/good/ext/standard/tests/class_object/method_exists_basic_002.php.expectf
hphp/test/zend/good/tests/classes/constants_basic_004.php