]> granicus.if.org Git - php/commitdiff
More protos.
authorEgon Schmid <eschmid@php.net>
Tue, 22 Feb 2000 15:48:43 +0000 (15:48 +0000)
committerEgon Schmid <eschmid@php.net>
Tue, 22 Feb 2000 15:48:43 +0000 (15:48 +0000)
ext/bcmath/bcmath.c
ext/dav/dav.c
ext/gd/gdt1.c
ext/hyperwave/hw.c

index 1e8e25c88bd980d8f68c945f0c8ff7e178cca627..3bb1aeb38e3df2c53c4c2f3f25d5443bee1aa663 100644 (file)
@@ -107,7 +107,7 @@ PHP_FUNCTION(bcadd)
 /* }}} */
 
 /* {{{ proto string bcsub(string left_operand, string right_operand [, int scale])
-   Returns the difference between two arbitrary precision numbers (subtration) */
+   Returns the difference between two arbitrary precision numbers */
 PHP_FUNCTION(bcsub)
 {
        pval **left, **right,**scale_param;
index e11a8e0875b8bab0b20bd4b5cbbd6d688a3c9673..5d9cb5d6bd9475ed199d0ddbb0b4baa75a5a6f6a 100644 (file)
@@ -241,7 +241,7 @@ int phpdav_mkcol_create_handler(request_rec *r)
 
 /************************* EXTENSION FUNCTIONS *************************/
 
-/* {{{ proto void   dav_set_mkcol_handlers(string test, string create)
+/* {{{ proto void dav_set_mkcol_handlers(string test, string create)
    Sets the function to test whether a DAV collection exists for MKCOL */
 PHP_FUNCTION(dav_set_mkcol_handlers)
 {
index e8f6e9accbbd29f3fb9e505763d02bc900374efa..f95dd263ea927063084eedc6cc109faef231ba8c 100644 (file)
@@ -31,7 +31,7 @@ void php_free_ps_enc(char **enc)
 }
 
 /* {{{ proto int imagepsloadfont(string pathname)
-Load a new font from specified file */
+   Load a new font from specified file */
 PHP_FUNCTION(imagepsloadfont)
 {
        pval *file;
@@ -131,7 +131,7 @@ PHP_FUNCTION(imagepscopyfont)
 /* }}} */
 
 /* {{{ proto bool imagepsfreefont(int font_index)
-Free memory used by a font */
+   Free memory used by a font */
 PHP_FUNCTION(imagepsfreefont)
 {
        pval *fnt;
@@ -156,7 +156,7 @@ PHP_FUNCTION(imagepsfreefont)
 /* }}} */
 
 /* {{{ proto bool imagepsencodefont(int font_index, string filename)
-To change a fonts character encoding vector */
+   To change a fonts character encoding vector */
 PHP_FUNCTION(imagepsencodefont)
 {
        pval *fnt, *enc;
@@ -195,7 +195,7 @@ PHP_FUNCTION(imagepsencodefont)
 /* }}} */
 
 /* {{{ proto bool imagepsextendfont(int font_index, double extend)
-Extend or or condense (if extend < 1) a font */
+   Extend or or condense (if extend < 1) a font */
 PHP_FUNCTION(imagepsextendfont)
 {
        pval *fnt, *ext;
@@ -223,7 +223,7 @@ PHP_FUNCTION(imagepsextendfont)
 /* }}} */
 
 /* {{{ proto bool imagepsslantfont(int font_index, double slant)
-Slant a font */
+   Slant a font */
 PHP_FUNCTION(imagepsslantfont)
 {
        pval *fnt, *slt;
@@ -250,7 +250,7 @@ PHP_FUNCTION(imagepsslantfont)
 /* }}} */
 
 /* {{{ proto array imagepstext(int image, string text, int font, int size, int xcoord, int ycoord [, int space, int tightness, double angle, int antialias])
-Rasterize a string over an image */
+   Rasterize a string over an image */
 PHP_FUNCTION(imagepstext)
 {
        pval *img, *str, *fnt, *sz, *fg, *bg, *sp, *px, *py, *aas, *wd, *ang;
@@ -418,8 +418,8 @@ PHP_FUNCTION(imagepstext)
 }
 /* }}} */
 
-/* {{{ proto array imagepsbbox(string text, int font, int size[, int space, int tightness, int angle])
-Return the bounding box needed by a string if rasterized */
+/* {{{ proto array imagepsbbox(string text, int font, int size [, int space, int tightness, int angle])
+   Return the bounding box needed by a string if rasterized */
 PHP_FUNCTION(imagepsbbox)
 {
        pval *str, *fnt, *sz, *sp, *wd, *ang;
index 2ba386157930a7262911f061f937488756da6d9c..34fd2c4001cb00c70a4cfcf477cdcf8cbda09537 100644 (file)
@@ -1252,7 +1252,7 @@ php_printf("%s\n", ptr);
 /* }}} */
 
 /* {{{ proto string hw_dummy(int link, int id, int msgid)
-   ??? */
+   Hyperwave dummy function */
 PHP_FUNCTION(hw_dummy) {
        pval **arg1, **arg2, **arg3;
        int link, id, type, msgid;