diff options
Diffstat (limited to 'ext/standard/tests/array/array_map_object2.phpt')
-rw-r--r-- | ext/standard/tests/array/array_map_object2.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_map_object2.phpt b/ext/standard/tests/array/array_map_object2.phpt index 92dbc02181..4e97270b64 100644 --- a/ext/standard/tests/array/array_map_object2.phpt +++ b/ext/standard/tests/array/array_map_object2.phpt @@ -2,11 +2,6 @@ Test array_map() function : object functionality - with non-existent class and method --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 - */ - /* * Testing array_map() for following object functionalities: * 1) non-existent class |