3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait Hoge { public function hoge(); } class Fuga { use Hoge; public function hoge(){ //do something } }
Output for 8.1.0 - 8.1.29, 8.2.0 - 8.2.23, 8.3.0 - 8.3.11
Fatal error: Non-abstract method Hoge::hoge() must contain body in /in/Du0V2 on line 4
Process exited with code 255.

preferences:
177.39 ms | 1008 KiB | 7 Q