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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/SplFixedArray_setsize_001.phpt b/ext/spl/tests/SplFixedArray_setsize_001.phpt
index 925912ceba..d9c1469ee2 100644
--- a/ext/spl/tests/SplFixedArray_setsize_001.phpt
+++ b/ext/spl/tests/SplFixedArray_setsize_001.phpt
@@ -16,7 +16,7 @@ var_dump($array);
--EXPECTF--
object(SplFixedArray)#1 (2) {
[0]=>
- %string|unicode%(3) "one"
+ string(3) "one"
[1]=>
- %string|unicode%(3) "two"
+ string(3) "two"
}