From: Dmitry Stogov Date: Thu, 9 Jun 2005 10:14:38 +0000 (+0000) Subject: Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in... X-Git-Tag: php-4.4.0RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=780b300fcfc510f95bb335a3dbbb044d04bfa50b;p=php Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault) --- diff --git a/tests/lang/bug25922.phpt b/tests/lang/bug25922.phpt index 0588eef949..1191472f29 100755 --- a/tests/lang/bug25922.phpt +++ b/tests/lang/bug25922.phpt @@ -17,5 +17,5 @@ function test() } test(); ?> ---EXPECT-- -Undefined index here: '' +--EXPECTF-- +Fatal error: User error handler must not modify error context in %sbug25922.php on line 11