<?php define('FOO', [1,2,3]); function f($a, $b, $c) { var_dump($a, $b, $c); } f(...FOO);
You have javascript disabled. You will not be able to edit any code.