From: Pierre Joye Date: Wed, 24 May 2006 11:51:55 +0000 (+0000) Subject: - #7625, update doc X-Git-Tag: BEFORE_NEW_OUTPUT_API~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b629056504599d576baa8b1d264306ab7e3bedc8;p=php - #7625, update doc --- diff --git a/ext/filter/docs/filter.txt b/ext/filter/docs/filter.txt index a5c36b9328..48aae0c8d5 100644 --- a/ext/filter/docs/filter.txt +++ b/ext/filter/docs/filter.txt @@ -37,7 +37,8 @@ Change Log General Considerations ====================== * If the filter's expected input data mask does not match the provided data - for logical filters the filter function returns "null". + for logical filters the filter function returns "false". If the data was + not found, "null" is returned. * Character filters always return a string. * With the input filter extension enabled, and the input_filter.paranoid_admin_default_filter is set to something != 'raw',