From b0ce16a36fb1a11c932728f3a4b6751cf14e938e Mon Sep 17 00:00:00 2001 From: Simion Onea Date: Sat, 1 Nov 2008 07:57:50 +0000 Subject: [PATCH] Added a semicolon after &null git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268104 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/set-error-handler.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index 42601a77d3..f7d4b62a6d 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,5 +1,5 @@ - + set_error_handler @@ -157,10 +157,10 @@ &reftitle.returnvalues; - Returns a string containing the previously defined error handler (if any). If - the built-in error handler is used &null; is returned. &null is also returned - in case of an error such as an invalid callback. If the previous error handler - was a class method, this function will return an indexed array with the class + Returns a string containing the previously defined error handler (if any). If + the built-in error handler is used &null; is returned. &null; is also returned + in case of an error such as an invalid callback. If the previous error handler + was a class method, this function will return an indexed array with the class and the method name.