summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_variation3.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_variation3.phpt26
1 files changed, 13 insertions, 13 deletions
diff --git a/ext/gd/tests/imagecolorallocate_variation3.phpt b/ext/gd/tests/imagecolorallocate_variation3.phpt
index c48dc29cf5..3fe1f50f82 100644
--- a/ext/gd/tests/imagecolorallocate_variation3.phpt
+++ b/ext/gd/tests/imagecolorallocate_variation3.phpt
@@ -125,22 +125,22 @@ int(655370)
--empty array--
-Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, array given in %s on line %d
NULL
--int indexed array--
-Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, array given in %s on line %d
NULL
--associative array--
-Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, array given in %s on line %d
NULL
--nested arrays--
-Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, array given in %s on line %d
NULL
--uppercase NULL--
@@ -163,42 +163,42 @@ int(655370)
--empty string DQ--
-Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, string given in %s on line %d
NULL
--empty string SQ--
-Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, string given in %s on line %d
NULL
--string DQ--
-Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, string given in %s on line %d
NULL
--string SQ--
-Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, string given in %s on line %d
NULL
--mixed case string--
-Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, string given in %s on line %d
NULL
--heredoc--
-Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, string given in %s on line %d
NULL
--instance of classWithToString--
-Warning: imagecolorallocate() expects parameter 3 to be long, object given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, object given in %s on line %d
NULL
--instance of classWithoutToString--
-Warning: imagecolorallocate() expects parameter 3 to be long, object given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, object given in %s on line %d
NULL
--undefined var--
@@ -209,6 +209,6 @@ int(655370)
--file resource--
-Warning: imagecolorallocate() expects parameter 3 to be long, resource given in %s on line %d
+Warning: imagecolorallocate() expects parameter 3 to be integer, resource given in %s on line %d
NULL
===DONE=== \ No newline at end of file