From 99cb1b8004c9f642761abe980e5df3f3682d143f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 22 Jul 2005 07:34:24 +0000 Subject: [PATCH] $context is not longer passed by reference, so its modification has no effect --- tests/lang/bug25922.phpt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/lang/bug25922.phpt b/tests/lang/bug25922.phpt index 1191472f29..bb030c9df8 100755 --- a/tests/lang/bug25922.phpt +++ b/tests/lang/bug25922.phpt @@ -6,6 +6,7 @@ error_reporting=2047 ---EXPECTF-- -Fatal error: User error handler must not modify error context in %sbug25922.php on line 11 +--EXPECT-- +Undefined variable: data +Undefined index here: '' -- 2.50.1