--TEST-- Test posix_kill() function : error conditions --SKIPIF-- --FILE-- --EXPECTF-- *** Testing posix_kill() : error conditions *** -- Testing posix_kill() function with more than expected no. of arguments -- Warning: posix_kill() expects exactly 2 parameters, 3 given in %s on line %d bool(false) -- Testing posix_kill() function with less than expected no. of arguments -- Warning: posix_kill() expects exactly 2 parameters, 1 given in %s on line %d bool(false) -- Testing posix_kill() function with invalid signal -- bool(false) -- Testing posix_kill() function with negative pid -- bool(false) Done