3v4l.org

run code in 300+ PHP versions simultaneously
<?php class xxx { static public function hello(){echo 'e';} } xxx::hello(); var_dump(method_exists('xxx', 'hello'));

preferences:
77.04 ms | 402 KiB | 5 Q