diff --git a/reference/filter/functions/filter-input-array.xml b/reference/filter/functions/filter-input-array.xml index 2c9f6aa44f..c90e8e92e8 100644 --- a/reference/filter/functions/filter-input-array.xml +++ b/reference/filter/functions/filter-input-array.xml @@ -27,8 +27,8 @@ One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, - INPUT_ENV, INPUT_SESSION, or - INPUT_REQUEST. + INPUT_ENV, INPUT_SESSION (not implemented yet), or + INPUT_REQUEST (not implemented yet). diff --git a/reference/filter/functions/filter-input.xml b/reference/filter/functions/filter-input.xml index 8eb5a4885b..7bf7fa86a5 100644 --- a/reference/filter/functions/filter-input.xml +++ b/reference/filter/functions/filter-input.xml @@ -28,7 +28,7 @@ One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, INPUT_ENV, INPUT_SESSION (not - implemented yet) and INPUT_REQUEST (not + implemented yet) or INPUT_REQUEST (not implemented yet).