3v4l.org

run code in 300+ PHP versions simultaneously
<?php class someClass { static $property = 'This calls the property'; static function someMethod() { print `\n`.'This calls the method'; } } print someClass::$property; $property = 'someMethod'; print someClass::$property(); ?>

preferences:
27.31 ms | 402 KiB | 5 Q