summaryrefslogtreecommitdiff
path: root/ext/spl/tests/arrayObject___construct_error2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/arrayObject___construct_error2.phpt')
-rw-r--r--ext/spl/tests/arrayObject___construct_error2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/arrayObject___construct_error2.phpt b/ext/spl/tests/arrayObject___construct_error2.phpt
index 35ba83d09f..ec01f57e34 100644
--- a/ext/spl/tests/arrayObject___construct_error2.phpt
+++ b/ext/spl/tests/arrayObject___construct_error2.phpt
@@ -17,6 +17,6 @@ try {
echo $e->getMessage() . "(" . $e->getLine() . ")\n";
}
?>
---EXPECTF--
+--EXPECT--
Too many arguments:
ArrayObject::__construct() expects at most 3 parameters, 4 given(12)