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