<?php function foo($a, $b) { return $a + $b; } foo(1,2); foo(...)(1,2); foo(...)(...)(1,2);
You have javascript disabled. You will not be able to edit any code.