From: Antony Dovgal Date: Sun, 13 Jul 2008 09:37:19 +0000 (+0000) Subject: fix test X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=102ab5c862e601c30867efc925cd510fca91e1df;p=php fix test --- diff --git a/Zend/tests/exception_handler_004.phpt b/Zend/tests/exception_handler_004.phpt index e496c1af63..69a4136b08 100644 --- a/Zend/tests/exception_handler_004.phpt +++ b/Zend/tests/exception_handler_004.phpt @@ -15,7 +15,7 @@ Warning: set_exception_handler() expects the argument (fo) to be a valid callbac Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d -Warning: Wrong parameter count for set_exception_handler() in %s on line %d +Warning: set_exception_handler() expects exactly 1 parameter, 0 given in %s on line %d -Warning: Wrong parameter count for set_exception_handler() in %s on line %d +Warning: set_exception_handler() expects exactly 1 parameter, 2 given in %s on line %d Done