3v4l.org

run code in 300+ PHP versions simultaneously
<?hh interface StringConverter { public function toUpperCase(string $str) : string; } class Test implements StringConverter { public function toUpperCase(string $str) : string { return strtoupper($str); } } $t = new Test; var_dump($t->toUpperCase('re4k'));

This is an error 404

There are `0` results


preferences:
138.8 ms | 1399 KiB | 7 Q