diff --git a/reference/classobj/functions/call-user-method-array.xml b/reference/classobj/functions/call-user-method-array.xml deleted file mode 100644 index 57bffb9111..0000000000 --- a/reference/classobj/functions/call-user-method-array.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - call_user_method_array - Call a user method given with an array of parameters - - - - &warn.deprecated.function.4-1-0.removed.7-0-0.alternatives; - - call_user_func_array - - - - - &reftitle.description; - - mixedcall_user_method_array - stringmethod_name - objectobj - arrayparams - - - - &reftitle.parameters; - - - - method_name - - - The method name being called. - - - - - - obj - - - - The object that method_name - is being called on. - - - - - - params - - - - An array of parameters. - - - - - - - - - &reftitle.examples; - - - <function>call_user_method_array</function> alternative - - -]]> - - - - - - &reftitle.seealso; - - - call_user_func_array - call_user_func - - - - - - diff --git a/reference/classobj/functions/call-user-method.xml b/reference/classobj/functions/call-user-method.xml deleted file mode 100644 index 71f2163cd1..0000000000 --- a/reference/classobj/functions/call-user-method.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - call_user_method - Call a user method on an specific object - - - - &warn.deprecated.function.4-1-0.removed.7-0-0.alternatives; - - call_user_func - - - - - &reftitle.description; - - mixedcall_user_method - stringmethod_name - objectobj - mixed... - - - - - &reftitle.parameters; - - - - method_name - - - The method name being called. - - - - - - obj - - - - The object that method_name - is being called on. - - - - - - ... - - - - The optional parameters. - - - - - - - - - &reftitle.examples; - - - <function>call_user_method</function> alternative - - -]]> - - - - - - &reftitle.seealso; - - - call_user_func_array - call_user_func - - - - - - diff --git a/reference/classobj/versions.xml b/reference/classobj/versions.xml index ad40cfce10..a9b4664106 100644 --- a/reference/classobj/versions.xml +++ b/reference/classobj/versions.xml @@ -6,8 +6,6 @@ - -