3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 'test'; class Foo { public $bar = null; public static $blee = 'blee'; private $baz = null; } $foo = new Foo; echo Foo::$blee,"\n"; unset($foo->bar); var_dump($foo,$_GLOBALS); //unset(Foo::$blee);

preferences:
33.26 ms | 402 KiB | 5 Q