3v4l.org

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

preferences:
38.82 ms | 402 KiB | 5 Q