summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_search_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_search_variation1.phpt')
-rw-r--r--ext/standard/tests/array/array_search_variation1.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_search_variation1.phpt b/ext/standard/tests/array/array_search_variation1.phpt
index 6c52a3bfed..83b8139085 100644
--- a/ext/standard/tests/array/array_search_variation1.phpt
+++ b/ext/standard/tests/array/array_search_variation1.phpt
@@ -2,12 +2,6 @@
Test array_search() function : usage variations - different needle values
--FILE--
<?php
-/*
- * Prototype : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns the key if it is found in the array, FALSE otherwise
- * Source Code: ext/standard/array.c
-*/
-
/* Test array_search() with different possible needle values */
echo "*** Testing array_search() with different needle values ***\n";