--TEST-- Test addslashes() function : error conditions --INI-- --FILE-- --EXPECTF-- *** Testing addslashes() : error conditions *** -- Testing addslashes() function with Zero arguments -- Warning: Wrong parameter count for addslashes() in %s on line %d NULL -- Testing addslashes() function with more than expected no. of arguments -- Warning: Wrong parameter count for addslashes() in %s on line %d NULL string(15) ""hello"\"world"" Done