--TEST-- Check type hint compatibility in overrides with array hints. --FILE-- ==DONE== --EXPECTF-- Warning: Declaration of D2::f(SomeClass $a) should be compatible with C::f(array $a) in %s on line 8 Compatible hint. Class hint, should be array. ==DONE==