--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 -- Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 16 Warning: Wrong parameter count for is_a() in %s on line 16 NULL -- Testing is_a() function with less than expected no. of arguments -- Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 21 Warning: Wrong parameter count for is_a() in %s on line 21 NULL Done