summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_combine_error2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_combine_error2.phpt')
-rw-r--r--ext/standard/tests/array/array_combine_error2.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_combine_error2.phpt b/ext/standard/tests/array/array_combine_error2.phpt
index 66707238a4..8d3440eaac 100644
--- a/ext/standard/tests/array/array_combine_error2.phpt
+++ b/ext/standard/tests/array/array_combine_error2.phpt
@@ -2,12 +2,6 @@
Test array_combine() function : error conditions - empty array
--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() : error conditions specific to array_combine() ***\n";
// Testing array_combine by passing empty arrays to $keys and $values arguments