--TEST-- Test is_a() function : error conditions - wrong number of args --INI-- error_reporting=E_ALL | E_STRICT | E_DEPRECATED --FILE-- --EXPECTF-- *** Testing is_a() : error conditions *** -- Testing is_a() function with more than expected no. of arguments -- Warning: is_a() expects exactly 2 parameters, 3 given in %s on line 16 NULL -- Testing is_a() function with less than expected no. of arguments -- Warning: is_a() expects exactly 2 parameters, 1 given in %s on line 21 NULL Done