<?php function a(string ...$a) { var_dump($a); } a('1', '2', true, 3, 3.1);
You have javascript disabled. You will not be able to edit any code.