]> granicus.if.org Git - php/commitdiff
- #7625, update doc
authorPierre Joye <pajoye@php.net>
Wed, 24 May 2006 11:51:55 +0000 (11:51 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 24 May 2006 11:51:55 +0000 (11:51 +0000)
ext/filter/docs/filter.txt

index a5c36b932854f24047e17f690dc019b08895d53f..48aae0c8d5b0b5549dcfcb73f08e98d8c290868c 100644 (file)
@@ -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',