xref: /PHP-7.4/Zend/tests/bug76451_2.inc (revision afec3a92)
1<?php
2class A {
3    public function test(Foo $foo) {}
4}
5class B extends A {
6    public function test(Bar $foo) {}
7}
8?>
9