]> granicus.if.org Git - php/commitdiff
Marked with defect
authorRaghubansh Kumar <kraghuba@php.net>
Wed, 28 Nov 2007 03:44:52 +0000 (03:44 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Wed, 28 Nov 2007 03:44:52 +0000 (03:44 +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 737b96bd8ae2e3a9104235d18f272bb8c831f892..98635cf37e4ad1078395a9f242216c83056817ef 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 c5294afa809356d3c1a86dc7c81ebc9c8d65ffc3..748ba389c5c8af532b7a7838db0d87c14b81b0e1 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 b5dafb101593af79e4147d7976cf505b29270a13..6f848c268d41a4a3cd2940eba0df9dba34a4a1d2 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)