summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/current_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/current_basic.phpt')
-rw-r--r--ext/standard/tests/array/current_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/current_basic.phpt b/ext/standard/tests/array/current_basic.phpt
index cec6959778..f95ca85d19 100644
--- a/ext/standard/tests/array/current_basic.phpt
+++ b/ext/standard/tests/array/current_basic.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test current() function : basic functionality
+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
+ * Description: Return the element currently pointed to by the internal array pointer
* Source code: ext/standard/array.c
*/