summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolourstotal_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolourstotal_basic.phpt')
-rw-r--r--ext/gd/tests/imagecolourstotal_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/imagecolourstotal_basic.phpt b/ext/gd/tests/imagecolourstotal_basic.phpt
index c26fa68cf2..b740a841e7 100644
--- a/ext/gd/tests/imagecolourstotal_basic.phpt
+++ b/ext/gd/tests/imagecolourstotal_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test imagecolorstotal() function : basic functionality
+Test imagecolorstotal() function : basic functionality
--CREDITS--
Felix De Vliegher <felix.devliegher@gmail.com>
--SKIPIF--
@@ -14,9 +14,9 @@ Felix De Vliegher <felix.devliegher@gmail.com>
--FILE--
<?php
/* Prototype : int imagecolorstotal(resource im)
- * Description: Find out the number of colors in an image's palette
+ * Description: Find out the number of colors in an image's palette
* Source code: ext/gd/gd.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing imagecolorstotal() : basic functionality ***\n";