3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mylog(string $msg, ...$args) { echo vsprintf($msg, $args); } mylog('test');

preferences:
46.23 ms | 402 KiB | 5 Q