summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/current_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/current_variation6.phpt')
-rw-r--r--ext/standard/tests/array/current_variation6.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/current_variation6.phpt b/ext/standard/tests/array/current_variation6.phpt
index 970c7d4045..d7fb0dccb1 100644
--- a/ext/standard/tests/array/current_variation6.phpt
+++ b/ext/standard/tests/array/current_variation6.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test current() function : internal pointer maintenance at the end of array
+Test current() function : internal pointer maintenance at the end of array
--FILE--
<?php
$array = ["foo" => 1, "bar" => 2, "baz" => 3];