3v4l.org

run code in 300+ PHP versions simultaneously
<?php function update($firstname = null, $surname = null, $othernames = null, $userid = null, $gender = null, $email = null, $phone = null, $date_joined = null) { foreach (func_get_args() as $val) { var_dump($val); } } update('chi', 'bu', 'uzo', 'chi', 'ike', 'to', 'lu', 'pe');

preferences:
44.6 ms | 402 KiB | 5 Q