summaryrefslogtreecommitdiff
path: root/tests/lang/bug25547.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug25547.phpt')
-rw-r--r--tests/lang/bug25547.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug25547.phpt b/tests/lang/bug25547.phpt
index b54f467ea8..eae32e7223 100644
--- a/tests/lang/bug25547.phpt
+++ b/tests/lang/bug25547.phpt
@@ -3,7 +3,7 @@ Bug #25547 (error_handler and array index with function call)
--FILE--
<?php
-function handler($errno, $errstr, $errfile, $errline, $context)
+function handler($errno, $errstr, $errfile, $errline)
{
echo __FUNCTION__ . "($errstr)\n";
}