--TEST-- Test gethostbynamel() function : error conditions --FILE-- --EXPECTF-- *** Testing gethostbynamel() : error conditions *** -- Testing gethostbynamel() function with Zero arguments -- Warning: gethostbynamel() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing gethostbynamel() function with more than expected no. of arguments -- Warning: gethostbynamel() expects exactly 1 parameter, 2 given in %s on line %d NULL Done