3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public static function __construct() { var_dump(new A); } } new A;
Output for 7.0.0 - 7.0.2
Fatal error: Constructor A::__construct() cannot be static in /in/6Ceed on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Fatal error: Constructor A::__construct() cannot be static in /in/6Ceed on line 9
Process exited with code 255.

preferences:
177.43 ms | 1395 KiB | 28 Q