summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_merge_recursive_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_merge_recursive_variation5.phpt')
-rw-r--r--ext/standard/tests/array/array_merge_recursive_variation5.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_merge_recursive_variation5.phpt b/ext/standard/tests/array/array_merge_recursive_variation5.phpt
index 6f6da8b58b..701817730c 100644
--- a/ext/standard/tests/array/array_merge_recursive_variation5.phpt
+++ b/ext/standard/tests/array/array_merge_recursive_variation5.phpt
@@ -2,11 +2,6 @@
Test array_merge_recursive() function : usage variations - associative array with different values
--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
-*/
-
/*
* Testing the functionality of array_merge_recursive() by passing different
* associative arrays having different values to $arr1 argument.