fix proto

This commit is contained in:
André Langhorst 2001-04-07 15:43:06 +00:00
parent 393189fccd
commit 9762f64222

View File

@ -1230,7 +1230,7 @@ PHP_FUNCTION(gettype)
}
/* }}} */
/* {{{ proto int settype(string var, string type)
/* {{{ proto int settype(mixed var, string type)
Set the type of the variable */
PHP_FUNCTION(settype)
{