3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * @param non-empty-string $message */ function write(string $message, float|int|string ...$args) { $args = array_values($args); printf($message, ...$args); } write("Hello, %s! Hope you are having a nice %s!", "X", args: "weekend");

preferences:
32.36 ms | 405 KiB | 5 Q