summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorGwynne Raskind <gwynne@php.net>2009-07-02 10:02:38 +0000
committerGwynne Raskind <gwynne@php.net>2009-07-02 10:02:38 +0000
commitb26cd6839ad9a8f159cc3cb79339851678aa774a (patch)
tree64921bc0c7d6c95d83cf171e88caf13a9a4c05ac /ext/gd
parented05c54d2e63650177e793af744c0b66100ab9ef (diff)
downloadphp-git-b26cd6839ad9a8f159cc3cb79339851678aa774a.tar.gz
Fixed a stray 'in the test
Diffstat (limited to 'ext/gd')
-rwxr-xr-xext/gd/tests/jpeg2wbmp_error1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/jpeg2wbmp_error1.phpt b/ext/gd/tests/jpeg2wbmp_error1.phpt
index b6514de8ba..d0496cc82b 100755
--- a/ext/gd/tests/jpeg2wbmp_error1.phpt
+++ b/ext/gd/tests/jpeg2wbmp_error1.phpt
@@ -29,7 +29,7 @@ imagejpeg($im, $file);
imagedestroy($im);
jpeg2wbmp($file, $file2, 20, 120, 9);
-jpeg2wbmp($file', $file2, 20, 120, -1);
+jpeg2wbmp($file, $file2, 20, 120, -1);
?>
--EXPECTF--
Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d