summaryrefslogtreecommitdiff
path: root/Zend/tests/bug67938.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug67938.phpt')
-rw-r--r--Zend/tests/bug67938.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/bug67938.phpt b/Zend/tests/bug67938.phpt
index 6597c4895f..fc8a9ab517 100644
--- a/Zend/tests/bug67938.phpt
+++ b/Zend/tests/bug67938.phpt
@@ -20,8 +20,10 @@ class Test implements TestInterface {
$obj = new Test;
$obj->foo();
$obj->bar([]);
+$obj->bar([], 1);
?>
--EXPECT--
Test::foo
Test::bar
+Test::bar