summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_key_exists_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_key_exists_basic.phpt')
-rw-r--r--ext/standard/tests/array/array_key_exists_basic.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_key_exists_basic.phpt b/ext/standard/tests/array/array_key_exists_basic.phpt
index 09df218c0f..4753633d28 100644
--- a/ext/standard/tests/array/array_key_exists_basic.phpt
+++ b/ext/standard/tests/array/array_key_exists_basic.phpt
@@ -2,12 +2,6 @@
Test array_key_exists() function : basic functionality
--FILE--
<?php
-/* Prototype : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
/*
* Test basic functionality of array_key_exists()
*/