diff options
Diffstat (limited to 'ext/standard/tests/array/prev_basic.phpt')
-rw-r--r-- | ext/standard/tests/array/prev_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/prev_basic.phpt b/ext/standard/tests/array/prev_basic.phpt index 92d1536c87..ffbafd4c16 100644 --- a/ext/standard/tests/array/prev_basic.phpt +++ b/ext/standard/tests/array/prev_basic.phpt @@ -2,11 +2,6 @@ Test prev() function : basic functionality --FILE-- <?php -/* Prototype : mixed prev(array $array_arg) - * Description: Move array argument's internal pointer to the previous element and return it - * Source code: ext/standard/array.c - */ - /* * Test basic functionality of prev() */ |