diff --git a/reference/errorfunc/examples.xml b/reference/errorfunc/examples.xml index c9e954dc7d..c3bb87c4be 100644 --- a/reference/errorfunc/examples.xml +++ b/reference/errorfunc/examples.xml @@ -1,5 +1,5 @@ - +
&reftitle.examples; @@ -38,7 +38,7 @@ function userErrorHandler($errno, $errmsg, $filename, $linenum, $vars) E_USER_WARNING => 'User Warning', E_USER_NOTICE => 'User Notice', E_STRICT => 'Runtime Notice', - E_RECOVERABLE_ERRROR => 'Catchable Fatal Error' + E_RECOVERABLE_ERROR => 'Catchable Fatal Error' ); // set of errors for which a var trace will be saved $user_errors = array(E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE);