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