summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_map_variation17.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_map_variation17.phpt')
-rw-r--r--ext/standard/tests/array/array_map_variation17.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_map_variation17.phpt b/ext/standard/tests/array/array_map_variation17.phpt
index 549afdc21a..3a547d67ef 100644
--- a/ext/standard/tests/array/array_map_variation17.phpt
+++ b/ext/standard/tests/array/array_map_variation17.phpt
@@ -2,11 +2,6 @@
Test array_map() function : usage variations - unexpected values for 'callback' argument
--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
- */
-
/*
* Test array_map() by passing different scalar/nonscalar values in place of $callback
*/