summaryrefslogtreecommitdiff
path: root/tests/strings/bug22592.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/strings/bug22592.phpt')
-rw-r--r--tests/strings/bug22592.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strings/bug22592.phpt b/tests/strings/bug22592.phpt
index 3443c32859..c66e27d880 100644
--- a/tests/strings/bug22592.phpt
+++ b/tests/strings/bug22592.phpt
@@ -13,7 +13,7 @@ $correct[1] = '*';
$correct[3] = '*';
$correct[5] = '*';
-// This produces the
+// This produces the
$wrong[1] = $wrong[3] = $wrong[5] = '*';
var_dump($correct);