summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_merge_recursive_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_merge_recursive_basic1.phpt')
-rw-r--r--ext/standard/tests/array/array_merge_recursive_basic1.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_merge_recursive_basic1.phpt b/ext/standard/tests/array/array_merge_recursive_basic1.phpt
index b163a847db..97f387065e 100644
--- a/ext/standard/tests/array/array_merge_recursive_basic1.phpt
+++ b/ext/standard/tests/array/array_merge_recursive_basic1.phpt
@@ -2,11 +2,6 @@
Test array_merge_recursive() function : basic functionality - array with default keys
--FILE--
<?php
-/* Prototype : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
echo "*** Testing array_merge_recursive() : array with default keys ***\n";
// Initialise the arrays