summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69388_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69388_2.phpt')
-rw-r--r--Zend/tests/bug69388_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug69388_2.phpt b/Zend/tests/bug69388_2.phpt
index b55153b492..40b14e0257 100644
--- a/Zend/tests/bug69388_2.phpt
+++ b/Zend/tests/bug69388_2.phpt
@@ -2,7 +2,7 @@
Bug #69388 - Variation
--FILE--
<?php
-function handle_error($code, $message, $file, $line, $context) {
+function handle_error($code, $message, $file, $line) {
eval('namespace Foo;');
echo "$message\n";
}