Fix more proto comments

This commit is contained in:
Rasmus Lerdorf 2015-06-23 17:46:07 -04:00
parent 2d2bd2db97
commit 28d7bb97a1
20 changed files with 57 additions and 57 deletions

View file

@ -1417,7 +1417,7 @@ PHP_FUNCTION(xmlrpc_get_type)
}
/* }}} */
/* {{{ proto bool xmlrpc_is_fault(array)
/* {{{ proto bool xmlrpc_is_fault(array arg)
Determines if an array value represents an XMLRPC fault. */
PHP_FUNCTION(xmlrpc_is_fault)
{