summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghubansh Kumar <kraghuba@php.net>2007-11-28 03:46:25 +0000
committerRaghubansh Kumar <kraghuba@php.net>2007-11-28 03:46:25 +0000
commitc3e74e2d84a31b119f6ca6c6b8968bbcd3bfa677 (patch)
treebf5fd9fa35bcba62d0c76d5f328e69b3152ecde5
parent1de2a7f2063bbafdbeeb76767258f0285103a9f1 (diff)
downloadphp-git-c3e74e2d84a31b119f6ca6c6b8968bbcd3bfa677.tar.gz
Marked with defect
-rw-r--r--ext/standard/tests/array/array_combine_variation3.phpt2
-rw-r--r--ext/standard/tests/array/array_combine_variation4.phpt2
-rw-r--r--ext/standard/tests/array/array_combine_variation5.phpt2
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 308579d154..ebac7f8e1e 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 16b3c863e9..82b481bdd9 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 ed823a5470..16eaad4924 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)