summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_map_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_map_basic.phpt')
-rw-r--r--ext/standard/tests/array/array_map_basic.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_map_basic.phpt b/ext/standard/tests/array/array_map_basic.phpt
index e67817e2ae..fc125f3673 100644
--- a/ext/standard/tests/array/array_map_basic.phpt
+++ b/ext/standard/tests/array/array_map_basic.phpt
@@ -2,11 +2,6 @@
Test array_map() function : basic functionality
--FILE--
<?php
-/* Prototype : array array_map ( callback $callback , array $arr1 [, array $... ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
echo "*** Testing array_map() : basic functionality ***\n";
function multiply($p, $q) {