--TEST-- Test function proc_nice() by calling it more than or less than its expected arguments --SKIPIF-- --FILE-- --EXPECTF-- *** Test by calling method or function with incorrect numbers of arguments *** Warning: proc_nice() expects exactly 1 parameter, 2 given in %s line %d bool(false) Warning: proc_nice() expects exactly 1 parameter, 0 given in %s line %d bool(false)