<?php function test($a = NULL,$b = NULL,$c = NULL){ print(gettype($a)); print(gettype($b)); print(gettype($c)); } test("a",1);
You have javascript disabled. You will not be able to edit any code.