summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69388.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69388.phpt')
-rw-r--r--Zend/tests/bug69388.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug69388.phpt b/Zend/tests/bug69388.phpt
index bf0c0a3c39..3846cca4ca 100644
--- a/Zend/tests/bug69388.phpt
+++ b/Zend/tests/bug69388.phpt
@@ -3,7 +3,7 @@ Bug #69388: Use after free on recursive calls to PHP compiler
--FILE--
<?php
-function handle_error($code, $message, $file, $line, $context) {
+function handle_error($code, $message, $file, $line) {
if (!function_exists("bla")) {
eval('function bla($s) {echo "$s\n";}');
}