]> granicus.if.org Git - php/commitdiff
Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in...
authorDmitry Stogov <dmitry@php.net>
Thu, 9 Jun 2005 10:14:38 +0000 (10:14 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 9 Jun 2005 10:14:38 +0000 (10:14 +0000)
tests/lang/bug25922.phpt

index 0588eef949af4ad6b3ee40cc1f848672da8b4d95..1191472f29c2d5061f2c528edb52d4e7547aa334 100755 (executable)
@@ -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