colder          Sun May  6 00:36:44 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filter reference.xml 
  Log:
  The callback is passed as an option and not as a flag
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/reference.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/filter/reference.xml
diff -u phpdoc/en/reference/filter/reference.xml:1.7 
phpdoc/en/reference/filter/reference.xml:1.8
--- phpdoc/en/reference/filter/reference.xml:1.7        Wed Nov  8 11:02:16 2006
+++ phpdoc/en/reference/filter/reference.xml    Sun May  6 00:36:44 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- Purpose: basic.vartype -->
 <!-- Membership: pecl -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
@@ -225,8 +225,8 @@
        <row>
         <entry><constant>FILTER_CALLBACK</constant></entry>
         <entry>"callback"</entry>
-        <entry></entry>
         <entry><type>callback</type> function or method</entry>
+        <entry></entry>
         <entry>Call user-defined function to filter data.</entry>
        </row>
       </tbody>

Reply via email to