From 74ad648bc85a97bebc922933f8c47a71251e8c40 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 8 Jan 2016 01:35:24 +0000 Subject: [PATCH] Improve removal warnings for call_user_method*. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338430 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/functions/call-user-method-array.xml | 9 ++++++++- reference/classobj/functions/call-user-method.xml | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/reference/classobj/functions/call-user-method-array.xml b/reference/classobj/functions/call-user-method-array.xml index 0fdf575024..57bffb9111 100644 --- a/reference/classobj/functions/call-user-method-array.xml +++ b/reference/classobj/functions/call-user-method-array.xml @@ -5,6 +5,14 @@ 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; @@ -13,7 +21,6 @@ objectobj arrayparams - &warn.deprecated.function-4-1-0.removed-7-0-0; &reftitle.parameters; diff --git a/reference/classobj/functions/call-user-method.xml b/reference/classobj/functions/call-user-method.xml index 82f3bbf645..5c0636c21f 100644 --- a/reference/classobj/functions/call-user-method.xml +++ b/reference/classobj/functions/call-user-method.xml @@ -5,6 +5,14 @@ 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; @@ -14,7 +22,6 @@ mixedparameter mixed... - &warn.deprecated.function-4-1-0.removed-7-0-0;