3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public static function __construct() {} public function A() {} }
Output for 5.3.3 - 5.3.27, 5.4.0 - 5.4.21
Fatal error: Constructor A::__construct() cannot be static in /in/difGX on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.2
Strict Standards: Redefining already defined constructor for class A in /in/difGX on line 2 Fatal error: Constructor A::__construct() cannot be static in /in/difGX on line 2
Process exited with code 255.

preferences:
171.69 ms | 1399 KiB | 57 Q