Skip to content

Commit c3e74e2

Browse files
author
Raghubansh Kumar
committed
Marked with defect
1 parent 1de2a7f commit c3e74e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/standard/tests/array/array_combine_variation3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Test array_combine() function : usage variations - different arrays
2+
Test array_combine() function : usage variations - different arrays(Bug#43424)
33
--FILE--
44
<?php
55
/* Prototype : array array_combine(array $keys, array $values)

ext/standard/tests/array/array_combine_variation4.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Test array_combine() function : usage variations - associative array with different keys
2+
Test array_combine() function : usage variations - associative array with different keys(Bug#43424)
33
--FILE--
44
<?php
55
/* Prototype : array array_combine(array $keys, array $values)

ext/standard/tests/array/array_combine_variation5.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Test array_combine() function : usage variations - associative array with different values
2+
Test array_combine() function : usage variations - associative array with different values(Bug#43424)
33
--FILE--
44
<?php
55
/* Prototype : array array_combine(array $keys, array $values)

0 commit comments

Comments
 (0)