<?php class A {public function test($a) {return $a;}} echo call_user_func_array([new A, 'test'], [1, 2, 3]);
You have javascript disabled. You will not be able to edit any code.