3v4l.org

run code in 300+ PHP versions simultaneously
<?php Abstract Class A{ public function foo(){ // Late static binding static::bar(); } public static function bar(); }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.24
Fatal error: Non-abstract method A::bar() must contain body in /in/ZjYa3 on line 8
Process exited with code 255.

preferences:
175.39 ms | 1399 KiB | 61 Q