summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-12 22:03:53 +0000
committerZeev Suraski <zeev@php.net>2000-06-12 22:03:53 +0000
commit6b8059afe9bb21a64b44c1704cfef569124b745e (patch)
treee0f611f1c1ef5e2519da93866c7d1e7c0d7e02fa /Zend/zend_builtin_functions.c
parent53e19d5102857edf4a4a62a607a61f69f8bc08b1 (diff)
downloadphp-git-6b8059afe9bb21a64b44c1704cfef569124b745e.tar.gz
Make Egon happy :)
Diffstat (limited to 'Zend/zend_builtin_functions.c')
-rw-r--r--Zend/zend_builtin_functions.c3
1 files changed, 1 insertions, 2 deletions
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;