From d63fba7d2fe792ec7448beecab9347c1a0471c26 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 14 Aug 2008 10:33:20 +0000 Subject: [PATCH] Fixes #44956 (stripslashes() removes slashes not added by addslashes()) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264833 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stripslashes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/stripslashes.xml b/reference/strings/functions/stripslashes.xml index 2b8d085327..2a9e61f9a4 100644 --- a/reference/strings/functions/stripslashes.xml +++ b/reference/strings/functions/stripslashes.xml @@ -1,9 +1,9 @@ - + stripslashes - Un-quote string quoted with addslashes + Un-quote string quoted