summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
committerEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
commit6e815b76eabaddd4a8e91e2577d6a8d83f7143b4 (patch)
tree5f130b129a5ee334206742849227dd3565ea7ac5 /ext/gd
parent153ef54498188123851b49d426cfd38db031b7c5 (diff)
downloadphp-git-6e815b76eabaddd4a8e91e2577d6a8d83f7143b4.tar.gz
Some protos fixed.
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 6c8965218d..467e75e72d 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -1689,7 +1689,7 @@ PHP_FUNCTION(imagecopy)
}
/* }}} */
-/* {{{ proto int imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h);
+/* {{{ proto int imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)
Copy and resize part of an image */
PHP_FUNCTION(imagecopyresized)
{