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) { var_dump(func_get_args()); } update('chi', 'bu', 'uzo', 'chi', 'ike', 'to', 'lu', 'pe');

preferences:
31.4 ms | 402 KiB | 5 Q