I'm trying out the PEAR HTML_BBCodeParser script on my home server. For some reason, the script displays backslashes () before single and double quotes in the text after being parsed. I've skimmed through the code, but can't find the place where it does this. Might have missed something--the file is 900 lines long! If anybody knows what function does this, or something to help me find the line of code, it would be highly appreciated. :)
Edit: Of note is that if you replace the single or double quote character with their HTML entity alternative ("/'), they will be parsed as expected.
Edit2: magic_quotes_gpc is turned off.