1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Marked with defect

This commit is contained in:
Raghubansh Kumar
2007-11-28 03:44:52 +00:00
parent 674081da93
commit 504e223d83
3 changed files with 3 additions and 3 deletions
@@ -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)
@@ -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)
@@ -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)