3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_NONE); class a { static $test = 10; function afunction() { echo self::test; } } $test = new a(); echo $test->afunction();

preferences:
39.35 ms | 402 KiB | 5 Q