<?php function testError($a, $b) { print_r($a); print_r($b); sljdvsdjv(); } function test() { testError( [1, 2, 3], [4,5,6] ); } test();
You have javascript disabled. You will not be able to edit any code.