3v4l.org

run code in 500+ 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:
104.94 ms | 1996 KiB | 5 Q