summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/009.phpt')
-rw-r--r--ext/standard/tests/array/009.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/009.phpt b/ext/standard/tests/array/009.phpt
index 42cecc51ea..f4aab2fa93 100644
--- a/ext/standard/tests/array/009.phpt
+++ b/ext/standard/tests/array/009.phpt
@@ -20,7 +20,7 @@ $varient_arrays = array (
array(NULL),// array with NULL
array(null),// array with null
array(NULL, true, null, "", 1), // mixed array
- array(-1.5 => "test", -2 => "rest", 2.5 => "two",
+ array(-1 => "test", -2 => "rest", 2 => "two",
"" => "string", 0 => "zero", "" => "" ) // mixed array
);