3v4l.org

run code in 300+ PHP versions simultaneously
<?php class X { public static function x() { echo 'x'; } } X::x();
Output for 8.1.23 - 8.1.28, 8.2.10 - 8.2.18, 8.3.0 - 8.3.6
x
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.17
Fatal error: Constructor X::x() cannot be static in /in/J6la7 on line 6
Process exited with code 255.

preferences:
95.05 ms | 402 KiB | 73 Q