summaryrefslogtreecommitdiff
path: root/tests/lang/bug25922.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug25922.phpt')
-rw-r--r--tests/lang/bug25922.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug25922.phpt b/tests/lang/bug25922.phpt
index bb030c9df8..41fb135e03 100644
--- a/tests/lang/bug25922.phpt
+++ b/tests/lang/bug25922.phpt
@@ -9,7 +9,7 @@ function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errconte
echo "$errmsg\n";
$errcontext = '';
}
-
+
set_error_handler('my_error_handler');
function test()