From 35b9833b7576f3f84e1abef9e48be366cd864d12 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 23 Feb 2015 22:41:06 +0000 Subject: [PATCH] Remove unused column! git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335982 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filter/filters.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml index 4d15926c32..0cd2669b66 100644 --- a/reference/filter/filters.xml +++ b/reference/filter/filters.xml @@ -147,7 +147,6 @@ ID Name - Options Flags Description @@ -157,7 +156,6 @@ FILTER_SANITIZE_EMAIL "email" - Remove all characters except letters, digits and !#$%&'*+-/=?^_`{|}~@.[]. @@ -166,7 +164,6 @@ FILTER_SANITIZE_ENCODED "encoded" - FILTER_FLAG_STRIP_LOW, FILTER_FLAG_STRIP_HIGH, @@ -179,13 +176,11 @@ FILTER_SANITIZE_MAGIC_QUOTES "magic_quotes" - Apply addslashes. FILTER_SANITIZE_NUMBER_FLOAT "number_float" - FILTER_FLAG_ALLOW_FRACTION, FILTER_FLAG_ALLOW_THOUSAND, @@ -200,7 +195,6 @@ FILTER_SANITIZE_NUMBER_INT "number_int" - Remove all characters except digits, plus and minus sign. @@ -208,7 +202,6 @@ FILTER_SANITIZE_SPECIAL_CHARS "special_chars" - FILTER_FLAG_STRIP_LOW, FILTER_FLAG_STRIP_HIGH, @@ -223,7 +216,6 @@ FILTER_SANITIZE_FULL_SPECIAL_CHARS "full_special_chars" - FILTER_FLAG_NO_ENCODE_QUOTES, @@ -238,7 +230,6 @@ FILTER_SANITIZE_STRING "string" - FILTER_FLAG_NO_ENCODE_QUOTES, FILTER_FLAG_STRIP_LOW, @@ -253,14 +244,12 @@ FILTER_SANITIZE_STRIPPED "stripped" - Alias of "string" filter. FILTER_SANITIZE_URL "url" - Remove all characters except letters, digits and $-_.+!*'(),{}|\\^~[]`<>#%";/?:@&=. @@ -269,7 +258,6 @@ FILTER_UNSAFE_RAW "unsafe_raw" - FILTER_FLAG_STRIP_LOW, FILTER_FLAG_STRIP_HIGH,