These slashes don't necessarily come from the class. PHP adds these automatically to $_POST/$_GET/$_COOKIE/$_ENV variables if
magic_quotes_gpc is enabled in php.ini.
To remove them, you can either use stripslashes(), or preferably disable them in php.ini, as they're gonna be removed anyway in PHP 6.