Searched refs:reqoid (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 39 // ldap_exop(resource link, string reqoid [, string reqdata [, array servercontrols [, string &retd…
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.c | 3894 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