summaryrefslogtreecommitdiff
path: root/ext/gd/tests/dashedlines.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/dashedlines.phpt')
-rw-r--r--ext/gd/tests/dashedlines.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/dashedlines.phpt b/ext/gd/tests/dashedlines.phpt
index b6d4892c88..bcf17174cc 100644
--- a/ext/gd/tests/dashedlines.phpt
+++ b/ext/gd/tests/dashedlines.phpt
@@ -26,7 +26,7 @@ $p5 = imagecolorat($im, 5,5) == $b;
if ($p1 && $p2 && $p3 && $p4 && $p5) {
- echo "Horizontal: ok\n";
+ echo "Horizontal: ok\n";
}
imagedestroy($im);
@@ -46,7 +46,7 @@ $p5 = imagecolorat($im, 2,4) == $r;
$p6 = imagecolorat($im, 2,5) == $b;
if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
- echo "Vertical: ok\n";
+ echo "Vertical: ok\n";
}
imagedestroy($im);
@@ -66,7 +66,7 @@ $p5 = imagecolorat($im, 4,4) == $r;
$p6 = imagecolorat($im, 5,5) == $b;
if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
- echo "Diagonal: ok\n";
+ echo "Diagonal: ok\n";
}
imagedestroy($im);