ID: 9156
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Description: stripslashes doesn't work as expected
when using preg_replace all seems like addslashes had been processed on the string
found in \\1 so if the programmer had already did addslashes on the str
From: [EMAIL PROTECTED]
Operating system: Linux RedHat 6.2
PHP version: 4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description: stripslashes doesn't work as expected
when doing addslashes() to a string and then doing stripslashes() doesn't remove all
occurance of s