summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_unique_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_unique_variation2.phpt')
-rw-r--r--ext/standard/tests/array/array_unique_variation2.phpt76
1 files changed, 38 insertions, 38 deletions
diff --git a/ext/standard/tests/array/array_unique_variation2.phpt b/ext/standard/tests/array/array_unique_variation2.phpt
index 757dd6e057..62dfab4568 100644
--- a/ext/standard/tests/array/array_unique_variation2.phpt
+++ b/ext/standard/tests/array/array_unique_variation2.phpt
@@ -114,37 +114,37 @@ array(1) {
-- Iteration 6 --
array(4) {
[0]=>
- %unicode|string%(3) "a "
+ string(3) "a "
[1]=>
- %unicode|string%(5) "aaaa "
+ string(5) "aaaa "
[2]=>
- %unicode|string%(1) "b"
+ string(1) "b"
[4]=>
- %unicode|string%(27) "\[\]\!\@\#$\%\^\&\*\(\)\{\}"
+ string(27) "\[\]\!\@\#$\%\^\&\*\(\)\{\}"
}
-- Iteration 7 --
array(4) {
[0]=>
- %unicode|string%(5) "a\v\f"
+ string(5) "a\v\f"
[1]=>
- %unicode|string%(6) "aaaa\r"
+ string(6) "aaaa\r"
[2]=>
- %unicode|string%(1) "b"
+ string(1) "b"
[4]=>
- %unicode|string%(28) "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"
+ string(28) "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"
}
-- Iteration 8 --
array(3) {
- [%b|u%"h1"]=>
- %unicode|string%(1) "
+ ["h1"]=>
+ string(1) "
"
- [%b|u%"h2"]=>
- %unicode|string%(88) "hello world
+ ["h2"]=>
+ string(88) "hello world
The quick brown fox jumped over;
the lazy dog
This is a double quoted string"
- [%b|u%"h3"]=>
- %unicode|string%(88) "hello world
+ ["h3"]=>
+ string(88) "hello world
1111 != 2222
heredoc
double quoted string. with different white spaces"
@@ -152,15 +152,15 @@ double quoted string. with different white spaces"
-- Iteration 9 --
array(2) {
[1]=>
- %unicode|string%(3) "one"
+ string(3) "one"
[2]=>
- %unicode|string%(3) "two"
+ string(3) "two"
}
-- Iteration 10 --
array(2) {
- [%b|u%"one"]=>
+ ["one"]=>
int(1)
- [%b|u%"two"]=>
+ ["two"]=>
int(2)
}
-- Iteration 11 --
@@ -174,55 +174,55 @@ array(3) {
}
-- Iteration 12 --
array(2) {
- [%b|u%"one"]=>
- %unicode|string%(3) "ten"
- [%b|u%"two"]=>
- %unicode|string%(6) "twenty"
+ ["one"]=>
+ string(3) "ten"
+ ["two"]=>
+ string(6) "twenty"
}
-- Iteration 13 --
array(3) {
- [%b|u%"one"]=>
+ ["one"]=>
int(1)
[2]=>
- %unicode|string%(3) "two"
+ string(3) "two"
[4]=>
- %unicode|string%(4) "four"
+ string(4) "four"
}
-- Iteration 14 --
array(2) {
- [%b|u%""]=>
- %unicode|string%(4) "null"
- [%b|u%"NULL"]=>
+ [""]=>
+ string(4) "null"
+ ["NULL"]=>
NULL
}
-- Iteration 15 --
array(4) {
[1]=>
- %unicode|string%(4) "true"
+ string(4) "true"
[0]=>
- %unicode|string%(5) "false"
- [%b|u%"false"]=>
+ string(5) "false"
+ ["false"]=>
bool(false)
- [%b|u%"true"]=>
+ ["true"]=>
bool(true)
}
-- Iteration 16 --
array(2) {
- [%b|u%""]=>
- %unicode|string%(6) "emptys"
- [%b|u%"emptyd"]=>
- %unicode|string%(0) ""
+ [""]=>
+ string(6) "emptys"
+ ["emptyd"]=>
+ string(0) ""
}
-- Iteration 17 --
array(2) {
[1]=>
- %unicode|string%(0) ""
+ string(0) ""
[6]=>
bool(true)
}
-- Iteration 18 --
array(3) {
- [%b|u%""]=>
+ [""]=>
int(4)
[0]=>
int(5)