From: Zeev Suraski Date: Mon, 12 Jun 2000 22:03:53 +0000 (+0000) Subject: Make Egon happy :) X-Git-Tag: php-4.0.1RC~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b8059afe9bb21a64b44c1704cfef569124b745e;p=php Make Egon happy :) --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index f0ca2cc4ec..d9d8ad3973 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -756,8 +756,7 @@ ZEND_FUNCTION(trigger_error) /* {{{ proto string set_error_handler(string error_handler) - Sets a user-defined error handler function. Returns the previously defined - error handler, or false on error */ + Sets a user-defined error handler function. Returns the previously defined error handler, or false on error */ ZEND_FUNCTION(set_error_handler) { zval **error_handler;