Home
last modified time | relevance | path

Searched refs:ldap_status (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/ldap/
H A Dldap.c2698 int ldap_status = ldap_modify_ext_s(ld->link, dn, ldap_mods, lserverctrls, NULL); in PHP_FUNCTION() local
2699 if (ldap_status != LDAP_SUCCESS) { in PHP_FUNCTION()
2700 php_error_docref(NULL, E_WARNING, "Batch Modify: %s", ldap_err2string(ldap_status)); in PHP_FUNCTION()

Completed in 20 milliseconds