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
This commit is contained in:
Kalle Sommer Nielsen 2010-01-15 09:57:57 +00:00
parent b3518eba70
commit b5d06ceee2
2 changed files with 3 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- Keep 'em sorted -->
@ -33,8 +33,8 @@ array containing an object reference and a method name can also be
supplied.</simpara></note>'>
<!ENTITY note.func-callback-exceptions '<note xmlns="http://docbook.org/ns/docbook"><para>Note callbacks registered
with functions such as <function>call_user_func</function> and <function>call_user_func_array</function> if theres is
uncaught exception thrown in a previous callback.</para></note>'>
with functions such as <function>call_user_func</function> and <function>call_user_func_array</function> will not be
called if theres is an uncaught exception thrown in a previous callback.</para></note>'>
<!ENTITY note.funcnoparam '<note xmlns="http://docbook.org/ns/docbook"><para>Because this function depends on the
current scope to determine parameter details, it cannot be used as a

View file

@ -50,11 +50,6 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.func-callback-exceptions;
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>