summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61273.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug61273.phpt')
-rw-r--r--Zend/tests/bug61273.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/bug61273.phpt b/Zend/tests/bug61273.phpt
index 45461729cb..92ad2c9918 100644
--- a/Zend/tests/bug61273.phpt
+++ b/Zend/tests/bug61273.phpt
@@ -10,6 +10,7 @@ Bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
$args = array_fill(0, 64 * 1024 - 64, 0);
call_user_func_array(function(&$a) {}, $args);
echo strval("okey");
+?>
--EXPECTF--
Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
okey