as per errata.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36551 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-11-24 05:58:53 +00:00
parent 4c66e75867
commit 24442537b8

View file

@ -490,7 +490,11 @@ Aborting...<br>
Used to trigger a user error condition, it can be used by in conjunction
with the built-in error handler, or with a user defined function that has
been set as the new error handler
(<function>set_error_handler</function>). This function is useful when
(<function>set_error_handler</function>). It only works with the E_USER
family of constants, and will default to <constant>E_USER_NOTICE</constant>.
</para>
<para>
This function is useful when
you need to generate a particular response to an exception at runtime.
For example:
<informalexample>