3v4l.org

run code in 300+ PHP versions simultaneously
<?php function Test(){ $args = func_get_args(); call_user_func_array("printf",$args); } Test("Candidates 2014: %s %s %s %s\n","Tom","Debbie","Harry", "Sally"); Test("Candidates 2015: %s %s %s\n","Bob","Sam","Sarah");

preferences:
17.37 ms | 402 KiB | 5 Q