summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_values_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_values_variation3.phpt')
-rw-r--r--ext/standard/tests/array/array_values_variation3.phpt48
1 files changed, 9 insertions, 39 deletions
diff --git a/ext/standard/tests/array/array_values_variation3.phpt b/ext/standard/tests/array/array_values_variation3.phpt
index 9d5f322404..4d09a31fb8 100644
--- a/ext/standard/tests/array/array_values_variation3.phpt
+++ b/ext/standard/tests/array/array_values_variation3.phpt
@@ -29,18 +29,6 @@ $inputs = array(
-2345 => 'negative',
),
- // float data
-/*2*/ 'float' => array(
- 10.5 => 'positive',
- -10.5 => 'negative',
- .5 => 'half',
- ),
-
-/*3*/ 'extreme floats' => array(
- 12.3456789000e10 => 'large',
- 12.3456789000E-10 => 'small',
- ),
-
// null data
/*4*/ 'null uppercase' => array(
NULL => 'null 1',
@@ -112,37 +100,19 @@ array(4) {
string(8) "negative"
}
--- Iteration 2: float data --
-array(3) {
- [0]=>
- string(8) "positive"
- [1]=>
- string(8) "negative"
- [2]=>
- string(4) "half"
-}
-
--- Iteration 3: extreme floats data --
-array(2) {
- [0]=>
- string(5) "large"
- [1]=>
- string(5) "small"
-}
-
--- Iteration 4: null uppercase data --
+-- Iteration 2: null uppercase data --
array(1) {
[0]=>
string(6) "null 1"
}
--- Iteration 5: null lowercase data --
+-- Iteration 3: null lowercase data --
array(1) {
[0]=>
string(6) "null 2"
}
--- Iteration 6: bool lowercase data --
+-- Iteration 4: bool lowercase data --
array(2) {
[0]=>
string(6) "lowert"
@@ -150,7 +120,7 @@ array(2) {
string(6) "lowerf"
}
--- Iteration 7: bool uppercase data --
+-- Iteration 5: bool uppercase data --
array(2) {
[0]=>
string(6) "uppert"
@@ -158,19 +128,19 @@ array(2) {
string(6) "upperf"
}
--- Iteration 8: empty double quotes data --
+-- Iteration 6: empty double quotes data --
array(1) {
[0]=>
string(6) "emptyd"
}
--- Iteration 9: empty single quotes data --
+-- Iteration 7: empty single quotes data --
array(1) {
[0]=>
string(6) "emptys"
}
--- Iteration 10: string data --
+-- Iteration 8: string data --
array(3) {
[0]=>
string(7) "stringd"
@@ -180,13 +150,13 @@ array(3) {
string(7) "stringh"
}
--- Iteration 11: undefined data --
+-- Iteration 9: undefined data --
array(1) {
[0]=>
string(9) "undefined"
}
--- Iteration 12: unset data --
+-- Iteration 10: unset data --
array(1) {
[0]=>
string(5) "unset"