From b5d06ceee2e4f793e65a73773fc5bc6685379b02 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 15 Jan 2010 09:57:57 +0000 Subject: [PATCH] Various fixes to previous commit about non executed callbacks git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293573 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 6 +++--- reference/funchand/functions/call-user-func-array.xml | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index e90b412f36..11521e4629 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,4 +1,4 @@ - + @@ -33,8 +33,8 @@ array containing an object reference and a method name can also be supplied.'> Note callbacks registered -with functions such as call_user_func and call_user_func_array if theres is -uncaught exception thrown in a previous callback.'> +with functions such as call_user_func and call_user_func_array will not be +called if theres is an uncaught exception thrown in a previous callback.'> Because this function depends on the current scope to determine parameter details, it cannot be used as a diff --git a/reference/funchand/functions/call-user-func-array.xml b/reference/funchand/functions/call-user-func-array.xml index d488032468..378d2c5063 100644 --- a/reference/funchand/functions/call-user-func-array.xml +++ b/reference/funchand/functions/call-user-func-array.xml @@ -50,11 +50,6 @@ - - &reftitle.notes; - ¬e.func-callback-exceptions; - - &reftitle.examples;