betz Thu Dec 18 06:32:52 2003 EDT
Modified files:
/phpdoc/en/reference/classobj/functions call-user-method-array.xml
/phpdoc/en/reference/funchand/functions call-user-func-array.xml
call-user-func.xml
Log:
call_user_method is deprecated
Index: phpdoc/en/reference/classobj/functions/call-user-method-array.xml
diff -u phpdoc/en/reference/classobj/functions/call-user-method-array.xml:1.2
phpdoc/en/reference/classobj/functions/call-user-method-array.xml:1.3
--- phpdoc/en/reference/classobj/functions/call-user-method-array.xml:1.2 Wed
Apr 17 02:36:41 2002
+++ phpdoc/en/reference/classobj/functions/call-user-method-array.xml Thu Dec 18
06:32:51 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/classobj.xml, last change in rev 1.36 -->
<refentry id="function.call-user-method-array">
<refnamediv>
@@ -30,9 +30,8 @@
</para>
<para>
See also:
- <function>call_user_func_array</function>,
- <function>call_user_func</function>,
- <function>call_user_method</function>.
+ <function>call_user_func_array</function>, and
+ <function>call_user_func</function>.
</para>
<note>
<para>
Index: phpdoc/en/reference/funchand/functions/call-user-func-array.xml
diff -u phpdoc/en/reference/funchand/functions/call-user-func-array.xml:1.7
phpdoc/en/reference/funchand/functions/call-user-func-array.xml:1.8
--- phpdoc/en/reference/funchand/functions/call-user-func-array.xml:1.7 Mon Dec 15
11:49:46 2003
+++ phpdoc/en/reference/funchand/functions/call-user-func-array.xml Thu Dec 18
06:32:51 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.10 -->
<refentry id="function.call-user-func-array">
<refnamediv>
@@ -49,8 +49,7 @@
</para>
<para>
See also:
- <function>call_user_func</function>,
- <function>call_user_method</function>,
+ <function>call_user_func</function>, and
<function>call_user_method_array</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/funchand/functions/call-user-func.xml
diff -u phpdoc/en/reference/funchand/functions/call-user-func.xml:1.7
phpdoc/en/reference/funchand/functions/call-user-func.xml:1.8
--- phpdoc/en/reference/funchand/functions/call-user-func.xml:1.7 Mon Dec 15
11:49:46 2003
+++ phpdoc/en/reference/funchand/functions/call-user-func.xml Thu Dec 18 06:32:52
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
<refentry id="function.call-user-func">
<refnamediv>
@@ -63,8 +63,7 @@
<para>
See also:
<function>is_callable</function>,
- <function>call_user_func_array</function>,
- <function>call_user_method</function>,
+ <function>call_user_func_array</function>, and
<function>call_user_method_array</function>.
</para>
</refsect1>