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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user