From b687e06cb0eb90e5821db6169e7222ac11247919 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 25 Oct 2020 14:20:38 +0000 Subject: [PATCH] call_user_method(_array) is removed as of PHP 7.0.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350985 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/call-user-method-array.xml | 107 ----------------- .../classobj/functions/call-user-method.xml | 108 ------------------ reference/classobj/versions.xml | 2 - 3 files changed, 217 deletions(-) delete mode 100644 reference/classobj/functions/call-user-method-array.xml delete mode 100644 reference/classobj/functions/call-user-method.xml 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 @@ - -