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