diff --git a/reference/filter/functions/filter-input.xml b/reference/filter/functions/filter-input.xml index 627d6745e415..26f69b40e954 100644 --- a/reference/filter/functions/filter-input.xml +++ b/reference/filter/functions/filter-input.xml @@ -57,11 +57,12 @@ &reftitle.returnvalues; - On success returns the filtered variable. - If the variable is not set &false; is returned. - On failure &false; is returned, - unless the FILTER_NULL_ON_FAILURE flag is used, - in which case &null; is returned. + Value of the requested variable on success, + &false; if the filter fails, + or &null; if the var_name variable is not set. + If the flag FILTER_NULL_ON_FAILURE is used, + it returns &false; if the variable is not set + and &null; if the filter fails.