3v4l.org

run code in 500+ PHP versions simultaneously
<?php trait A { abstract private function a() {} }
Output for 8.3.5
Fatal error: Abstract function A::a() cannot contain body in /in/iHMPd on line 5
Process exited with code 255.
Output for 7.2.0 - 7.2.29, 7.3.0 - 7.3.16, 7.4.0 - 7.4.4
Fatal error: Abstract function A::a() cannot be declared private in /in/iHMPd on line 5
Process exited with code 255.

preferences:
53.16 ms | 705 KiB | 3 Q