Fixed ldap_parse_result comment

This commit is contained in:
Côme Chilliet 2017-09-12 11:40:56 +02:00
parent ead53aba54
commit d8a7214d8c

View File

@ -3160,7 +3160,7 @@ PHP_FUNCTION(ldap_set_option)
/* }}} */
#ifdef HAVE_LDAP_PARSE_RESULT
/* {{{ proto bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
/* {{{ proto bool ldap_parse_result(resource link, resource result, int &errcode [, string &matcheddn [, string &errmsg [, array &referrals [, array &controls]]]])
Extract information from result */
PHP_FUNCTION(ldap_parse_result)
{