--TEST-- Test addslashes() function : basic functionality --INI-- --FILE-- --EXPECTF-- *** Testing addslashes() : basic functionality *** string(16) "How\'s everybody" string(17) "Are you \"JOHN\"?" string(19) "c:\\php\\addslashes" string(12) "hello\0world" Done --UEXPECTF-- *** Testing addslashes() : basic functionality *** unicode(16) "How\'s everybody" unicode(17) "Are you \"JOHN\"?" unicode(19) "c:\\php\\addslashes" unicode(12) "hello\0world" Done