Home
last modified time | relevance | path

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

/PHP-8.0/ext/ldap/tests/
H A Dldap_exop.phpt39 // ldap_exop(resource link, string reqoid [, string reqdata [, array servercontrols [, string &retd…
/PHP-8.0/ext/ldap/
H A Dldap.c3894 zend_string *reqoid, *reqdata = NULL; in PHP_FUNCTION() local
3901 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rS|S!a!zz", &link, &reqoid, &reqdata, &serverctrls, &r… in PHP_FUNCTION()
3926 rc = ldap_extended_operation_s(ld->link, ZSTR_VAL(reqoid), in PHP_FUNCTION()
3933 …php_error_docref(NULL, E_WARNING, "Extended operation %s failed: %s (%d)", ZSTR_VAL(reqoid), ldap_… in PHP_FUNCTION()
3960 rc = ldap_extended_operation(ld->link, ZSTR_VAL(reqoid), in PHP_FUNCTION()
3966 …php_error_docref(NULL, E_WARNING, "Extended operation %s failed: %s (%d)", ZSTR_VAL(reqoid), ldap_… in PHP_FUNCTION()
3973 php_error_docref(NULL, E_WARNING, "Extended operation %s failed", ZSTR_VAL(reqoid)); in PHP_FUNCTION()

Completed in 19 milliseconds