diff options
author | Raghubansh Kumar <kraghuba@php.net> | 2007-11-28 03:44:52 +0000 |
---|---|---|
committer | Raghubansh Kumar <kraghuba@php.net> | 2007-11-28 03:44:52 +0000 |
commit | 504e223d8304f37809a3891c5fcda8d4b8bc8538 (patch) | |
tree | 8cd597ef4e41546ae7bce1b71a2177bc0bcb222c | |
parent | 674081da93ca018a925e6be0172dc00ba6156f6b (diff) | |
download | php-git-504e223d8304f37809a3891c5fcda8d4b8bc8538.tar.gz |
Marked with defect
-rw-r--r-- | ext/standard/tests/array/array_combine_variation3.phpt | 2 | ||||
-rw-r--r-- | ext/standard/tests/array/array_combine_variation4.phpt | 2 | ||||
-rw-r--r-- | ext/standard/tests/array/array_combine_variation5.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/array_combine_variation3.phpt b/ext/standard/tests/array/array_combine_variation3.phpt index 737b96bd8a..98635cf37e 100644 --- a/ext/standard/tests/array/array_combine_variation3.phpt +++ b/ext/standard/tests/array/array_combine_variation3.phpt @@ -1,5 +1,5 @@ --TEST-- -Test array_combine() function : usage variations - different arrays +Test array_combine() function : usage variations - different arrays(Bug#43424) --FILE-- <?php /* Prototype : array array_combine(array $keys, array $values) diff --git a/ext/standard/tests/array/array_combine_variation4.phpt b/ext/standard/tests/array/array_combine_variation4.phpt index c5294afa80..748ba389c5 100644 --- a/ext/standard/tests/array/array_combine_variation4.phpt +++ b/ext/standard/tests/array/array_combine_variation4.phpt @@ -1,5 +1,5 @@ --TEST-- -Test array_combine() function : usage variations - associative array with different keys +Test array_combine() function : usage variations - associative array with different keys(Bug#43424) --FILE-- <?php /* Prototype : array array_combine(array $keys, array $values) diff --git a/ext/standard/tests/array/array_combine_variation5.phpt b/ext/standard/tests/array/array_combine_variation5.phpt index b5dafb1015..6f848c268d 100644 --- a/ext/standard/tests/array/array_combine_variation5.phpt +++ b/ext/standard/tests/array/array_combine_variation5.phpt @@ -1,5 +1,5 @@ --TEST-- -Test array_combine() function : usage variations - associative array with different values +Test array_combine() function : usage variations - associative array with different values(Bug#43424) --FILE-- <?php /* Prototype : array array_combine(array $keys, array $values) |