3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface A {} interface B extends A {} interface X { public function foo(B $a); } interface Y extends X { public function foo(A $a); }
Output for 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.30, 8.2.0 - 8.2.25, 8.3.0 - 8.3.14
Output for 7.1.0 - 7.1.24, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33
Fatal error: Declaration of Y::foo(A $a) must be compatible with X::foo(B $a) in /in/7LCLB on line 10
Process exited with code 255.
Output for 5.6.38
Fatal error: Declaration of Y::foo() must be compatible with X::foo(B $a) in /in/7LCLB on line 10
Process exited with code 255.

preferences:
62.38 ms | 408 KiB | 5 Q