3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface InterfaceY { public function y(): string; } class X { public function y() { } } class Y extends X implements InterfaceY { public function y(): string { } }
Output for 8.1.23 - 8.1.28, 8.2.10 - 8.2.18, 8.3.0 - 8.3.6
Output for 7.0.0 - 7.0.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Y has a deprecated constructor in /in/05oDR on line 12 Fatal error: Constructor Y::y() cannot declare a return type in /in/05oDR on line 12
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /in/05oDR on line 4
Process exited with code 255.

preferences:
86.03 ms | 402 KiB | 48 Q