3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a { public static $b; public function __construct { self::aa(); } public static function aa{ static::$b = "12345"; echo static::$b; } }
Output for 5.3.0 - 5.3.18, 5.4.0 - 5.4.8
Parse error: syntax error, unexpected '{', expecting '(' in /in/fio5V on line 6
Process exited with code 255.

preferences:
173.34 ms | 1395 KiB | 35 Q