summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/key_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/key_variation4.phpt')
-rw-r--r--ext/standard/tests/array/key_variation4.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/key_variation4.phpt b/ext/standard/tests/array/key_variation4.phpt
index b89ca829b4..a71e6732f9 100644
--- a/ext/standard/tests/array/key_variation4.phpt
+++ b/ext/standard/tests/array/key_variation4.phpt
@@ -2,11 +2,6 @@
Test key() function : usage variations
--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 how key() behaves with muti-dimensional and recursive arrays
*/