summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/key_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/key_basic.phpt')
-rw-r--r--ext/standard/tests/array/key_basic.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/key_basic.phpt b/ext/standard/tests/array/key_basic.phpt
index 6e0d2f9d50..f6b9300bce 100644
--- a/ext/standard/tests/array/key_basic.phpt
+++ b/ext/standard/tests/array/key_basic.phpt
@@ -2,11 +2,6 @@
Test key() function : basic functionality
--FILE--
<?php
-/* Prototype : mixed key(array $array_arg)
- * Description: Return the key of the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- */
-
/*
* Test basic functionality of key()
*/