summaryrefslogtreecommitdiff
path: root/ext/com/COM.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-12-02 09:29:09 +0000
committerEgon Schmid <eschmid@php.net>2001-12-02 09:29:09 +0000
commit90e15c04c914b95158be60938ac97e9a88b6ed29 (patch)
treea66028355c264f3eb97b08e77ae29ab3fc247fa7 /ext/com/COM.c
parent8b99a7385d7fee8cc4a60e4d01013052e750dfb0 (diff)
downloadphp-git-90e15c04c914b95158be60938ac97e9a88b6ed29.tar.gz
Fixed two protos.
Diffstat (limited to 'ext/com/COM.c')
-rw-r--r--ext/com/COM.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/com/COM.c b/ext/com/COM.c
index 01665528df..b3af8730a2 100644
--- a/ext/com/COM.c
+++ b/ext/com/COM.c
@@ -896,7 +896,7 @@ int do_COM_invoke(comval *obj, pval *function_name, VARIANT *var_result, pval **
}
-/* {{{ proto mixed com_invoke(int module, string handler_name [, mixed arg [, ...]])
+/* {{{ proto mixed com_invoke(int module, string handler_name [, mixed arg [, mixed ...]])
Invokes a COM module */
PHP_FUNCTION(com_invoke)
{
@@ -1213,7 +1213,7 @@ PHP_FUNCTION(com_propput)
/* }}} */
-/* {{{ proto bool com_load_typelib(string typelib_name [, int case_insensitiv])
+/* {{{ proto bool com_load_typelib(string typelib_name [, int case_insensitive])
Loads a Typelib */
PHP_FUNCTION(com_load_typelib)
{
@@ -1749,7 +1749,7 @@ static int php_COM_load_typelib(ITypeLib *TypeLib, int mode TSRMLS_DC)
}
-/* {{{ proto bool com_isenum(com_module obj)
+/* {{{ proto bool com_isenum(object com_module)
Grabs an IEnumVariant */
PHP_FUNCTION(com_isenum)
{