3v4l.org

run code in 300+ PHP versions simultaneously
<?php class PonyTown { public static function gimmeSomeLovin($relation) { echo sprintf('%s loves it', $relation) . PHP_EOL; } } $f = PonyTown::class . '::gimmeSomeLovin'; $f('Your nan');

preferences:
63.14 ms | 402 KiB | 5 Q