From c66a231621d7500d7b39b71d3c87c0a7fed5be0f Mon Sep 17 00:00:00 2001 From: Yago Ferrer Date: Tue, 9 Feb 2010 10:00:57 +0000 Subject: [PATCH] typo in NULL git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294791 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addslashes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/addslashes.xml b/reference/strings/functions/addslashes.xml index 3cf7af4fc1..4758845837 100644 --- a/reference/strings/functions/addslashes.xml +++ b/reference/strings/functions/addslashes.xml @@ -17,7 +17,7 @@ to be quoted in database queries etc. These characters are single quote ('), double quote ("), backslash (\) - and NUL (the &null; byte). + and NULL (the &null; byte). An example use of addslashes is when you're