From f99ce869408a6b1e4316c5c1cba9f17ca422a992 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 5 Jul 2011 02:07:36 +0000 Subject: [PATCH] Added markup git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312924 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filter/filters.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml index b52ca0027b..a875383941 100644 --- a/reference/filter/filters.xml +++ b/reference/filter/filters.xml @@ -211,9 +211,9 @@ FILTER_FLAG_NO_ENCODE_QUOTES, - Equivalent to calling htmlspecialchars with ENT_QUOTES set. Encoding quotes can - be disabled by setting FILTER_FLAG_NO_ENCODE_QUOTES. Like htmlspecialchars(), this - filter is aware of the default_charset and if a sequence of bytes is detected that + Equivalent to calling htmlspecialchars with ENT_QUOTES set. Encoding quotes can + be disabled by setting FILTER_FLAG_NO_ENCODE_QUOTES. Like htmlspecialchars, this + filter is aware of the default_charset and if a sequence of bytes is detected that makes up an invalid character in the current character set then the entire string is rejected resulting in a 0-length string.