diff options
author | Dmitry Stogov <dmitry@php.net> | 2005-06-09 10:32:08 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2005-06-09 10:32:08 +0000 |
commit | e0b0ae9ce7c5f901e982d8deaee89bdb09bef852 (patch) | |
tree | 2214870074c7a908cdd827e2f9e90c19d97c62b5 /tests | |
parent | f3ebf7dd9113b0f425b2dc92d73cc7d93668f6de (diff) | |
download | php-git-e0b0ae9ce7c5f901e982d8deaee89bdb09bef852.tar.gz |
Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lang/bug25922.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |