summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFixedArray_setsize_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplFixedArray_setsize_001.phpt')
-rw-r--r--ext/spl/tests/SplFixedArray_setsize_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray_setsize_001.phpt b/ext/spl/tests/SplFixedArray_setsize_001.phpt
index d9c1469ee2..b6fd2f1e4e 100644
--- a/ext/spl/tests/SplFixedArray_setsize_001.phpt
+++ b/ext/spl/tests/SplFixedArray_setsize_001.phpt
@@ -13,7 +13,7 @@ $array[4] = 'five';
$array->setSize(2);
var_dump($array);
?>
---EXPECTF--
+--EXPECT--
object(SplFixedArray)#1 (2) {
[0]=>
string(3) "one"