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;