diff options
Diffstat (limited to 'ext/standard/tests/array/current_basic.phpt')
-rw-r--r-- | ext/standard/tests/array/current_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/current_basic.phpt b/ext/standard/tests/array/current_basic.phpt index fc28b7c342..48d4e5a016 100644 --- a/ext/standard/tests/array/current_basic.phpt +++ b/ext/standard/tests/array/current_basic.phpt @@ -2,11 +2,6 @@ Test current() function : basic functionality --FILE-- <?php -/* Prototype : mixed current(array $array_arg) - * Description: Return the element currently pointed to by the internal array pointer - * Source code: ext/standard/array.c - */ - /* * Test basic functionality of current() */ |