3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public static function me() { echo static::$b; } } class B extends A { private static $b = "hello"; } B::me()
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.15
Parse error: syntax error, unexpected end of file in /in/urthA on line 13
Process exited with code 255.

preferences:
164.35 ms | 1395 KiB | 22 Q