summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_filter_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_filter_variation3.phpt')
-rw-r--r--ext/standard/tests/array/array_filter_variation3.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_filter_variation3.phpt b/ext/standard/tests/array/array_filter_variation3.phpt
index be00f25d8d..087267f566 100644
--- a/ext/standard/tests/array/array_filter_variation3.phpt
+++ b/ext/standard/tests/array/array_filter_variation3.phpt
@@ -2,16 +2,10 @@
Test array_filter() function : usage variations - Different types of array for 'input' argument
--FILE--
<?php
-/* Prototype : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
/*
* Passing different types of array as 'input' argument.
*/
-// callback function returning always false
function always_false($input)
{
return false;