3v4l.org

run code in 500+ PHP versions simultaneously
<?php final class Service { public function reverse(string $word): string { return strrev($word); } } $service = new Service(); echo $service->reverse('potato');

preferences:
101.55 ms | 1633 KiB | 5 Q