3v4l.org

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

preferences:
44.97 ms | 402 KiB | 5 Q