summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imageellipse_error2.phpt
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-12-14 18:20:23 +0000
committerAndrea Faulds <ajf@ajf.me>2014-12-21 13:23:02 +0000
commite5eb9530ab13a174feee83a81d87bfceee37bd88 (patch)
tree76ba0f9806f6ad369cacb9c0e9b408fc0a8ba721 /ext/gd/tests/imageellipse_error2.phpt
parente20cbdbe97cbda010fd386cb35a474aa255cd7f6 (diff)
downloadphp-git-e5eb9530ab13a174feee83a81d87bfceee37bd88.tar.gz
Use "float" and "integer" in typehint and zpp errors
Diffstat (limited to 'ext/gd/tests/imageellipse_error2.phpt')
-rw-r--r--ext/gd/tests/imageellipse_error2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imageellipse_error2.phpt b/ext/gd/tests/imageellipse_error2.phpt
index 5b65bf8a5c..d9062f6531 100644
--- a/ext/gd/tests/imageellipse_error2.phpt
+++ b/ext/gd/tests/imageellipse_error2.phpt
@@ -18,4 +18,4 @@ imageellipse($image, 'wrong param', 150, 300, 200, 16777215);
?>
--EXPECTF--
-Warning: imageellipse() expects parameter 2 to be long, %s given in %s on line %d
+Warning: imageellipse() expects parameter 2 to be integer, %s given in %s on line %d