3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! class A { static function __construct() {print 1;} } $a = new A;
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.17
Fatal error: Constructor A::__construct() cannot be static in /in/aHm5J on line 8
Process exited with code 255.

preferences:
176.03 ms | 1395 KiB | 53 Q