3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(0); class a { function t () { return "xxx"; } function b($var) { return $var . 'y' . a::t(); } } print_r(a::b("ciao"));

preferences:
37.38 ms | 402 KiB | 5 Q