diff options
Diffstat (limited to 'ext/standard/tests/array/array_combine_basic.phpt')
-rw-r--r-- | ext/standard/tests/array/array_combine_basic.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_combine_basic.phpt b/ext/standard/tests/array/array_combine_basic.phpt index 6079f4119e..ccf1bbf476 100644 --- a/ext/standard/tests/array/array_combine_basic.phpt +++ b/ext/standard/tests/array/array_combine_basic.phpt @@ -2,12 +2,6 @@ Test array_combine() function : basic functionality --FILE-- <?php -/* Prototype : array array_combine(array $keys, array $values) - * Description: Creates an array by using the elements of the first parameter as keys - * and the elements of the second as the corresponding values - * Source code: ext/standard/array.c -*/ - echo "*** Testing array_combine() : basic functionality ***\n"; /* Different arrays for $keys and $values arguments */ |