<?php function query1($hello, ...$args) { var_dump($args); } query1('Hello', 'World', 'And'); query1('Hello', ['World', 'And']);
You have javascript disabled. You will not be able to edit any code.