vrana           Mon Aug 29 11:46:34 2005 EDT

  Modified files:              
    /phpdoc/en/reference/funchand/functions     function-exists.xml 
    /phpdoc/en/reference/var/functions  is-callable.xml 
    /phpdoc/en/reference/classobj/functions     method-exists.xml 
  Log:
  See also (bug #34209)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/function-exists.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/funchand/functions/function-exists.xml
diff -u phpdoc/en/reference/funchand/functions/function-exists.xml:1.3 
phpdoc/en/reference/funchand/functions/function-exists.xml:1.4
--- phpdoc/en/reference/funchand/functions/function-exists.xml:1.3      Mon Jun 
16 10:37:37 2003
+++ phpdoc/en/reference/funchand/functions/function-exists.xml  Mon Aug 29 
11:46:32 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.function-exists">
    <refnamediv>
@@ -42,7 +42,8 @@
      and <function>echo</function>.
     </para>
     <para>
-     See also <function>method_exists</function> and 
+     See also <function>method_exists</function>,
+     <function>is_callable</function> and
      <function>get_defined_functions</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-callable.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/var/functions/is-callable.xml
diff -u phpdoc/en/reference/var/functions/is-callable.xml:1.9 
phpdoc/en/reference/var/functions/is-callable.xml:1.10
--- phpdoc/en/reference/var/functions/is-callable.xml:1.9       Wed Nov 10 
03:30:47 2004
+++ phpdoc/en/reference/var/functions/is-callable.xml   Mon Aug 29 11:46:34 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.87 -->
   <refentry id="function.is-callable">
    <refnamediv>
@@ -89,6 +89,10 @@
 ]]>
      </programlisting>
     </informalexample>   
+    <para>
+     See also <function>function_exists</function> and 
+     <function>method_exists</function>.
+    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/classobj/functions/method-exists.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/classobj/functions/method-exists.xml
diff -u phpdoc/en/reference/classobj/functions/method-exists.xml:1.4 
phpdoc/en/reference/classobj/functions/method-exists.xml:1.5
--- phpdoc/en/reference/classobj/functions/method-exists.xml:1.4        Mon Nov 
 1 08:25:30 2004
+++ phpdoc/en/reference/classobj/functions/method-exists.xml    Mon Aug 29 
11:46:34 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/classobj.xml, last change in rev 1.9 -->
   <refentry id="function.method-exists">
    <refnamediv>
@@ -37,6 +37,10 @@
       </screen>
      </example>
     </para>
+    <para>
+     See also <function>function_exists</function> and 
+     <function>is_callable</function>.
+    </para>
    </refsect1>
   </refentry>
 

Reply via email to