From 761987938381cd0071806f1c5c75fa89f48d78ad Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 21 Jul 2013 15:49:53 +0000 Subject: [PATCH] - just fixed typo. :) -- https://bugs.php.net/bug.php?id=65302 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330998 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/set-error-handler.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index 951c701a10..8bef459ddd 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -66,7 +66,7 @@ error_handler - A callback with the following siganture. + A callback with the following signature. &null; may be passed instead, to reset this handler to its default state.