]> granicus.if.org Git - php/commitdiff
Marked with defect
authorRaghubansh Kumar <kraghuba@php.net>
Wed, 28 Nov 2007 03:46:25 +0000 (03:46 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Wed, 28 Nov 2007 03:46:25 +0000 (03:46 +0000)
ext/standard/tests/array/array_combine_variation3.phpt
ext/standard/tests/array/array_combine_variation4.phpt
ext/standard/tests/array/array_combine_variation5.phpt

index 308579d1545d07f9524c6d12467a27d51e6caece..ebac7f8e1e552f4bde6dcfea88e48c1942a96fd1 100644 (file)
@@ -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)
index 16b3c863e9af392387aca8b724822223731332c3..82b481bdd9bc3fc34bf6aca405daf6096975efcf 100644 (file)
@@ -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)
index ed823a54701fc9b7eb8c787c07e25b7b9635b1d4..16eaad4924cc7d30e883380782b31b1abbae2da5 100644 (file)
@@ -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)