Searched refs:lreqoid (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/ldap/ |
H A D | ldap.c | 3335 char *lreqoid, *lretoid = NULL; in PHP_FUNCTION() local 3361 lreqoid = Z_STRVAL_P(reqoid); in PHP_FUNCTION() 3366 rc = ldap_extended_operation_s(ld->link, lreqoid, in PHP_FUNCTION() 3373 …php_error_docref(NULL, E_WARNING, "Extended operation %s failed: %s (%d)", lreqoid, ldap_err2strin… in PHP_FUNCTION() 3403 rc = ldap_extended_operation(ld->link, lreqoid, in PHP_FUNCTION() 3407 …php_error_docref(NULL, E_WARNING, "Extended operation %s failed: %s (%d)", lreqoid, ldap_err2strin… in PHP_FUNCTION() 3413 php_error_docref(NULL, E_WARNING, "Extended operation %s failed", lreqoid); in PHP_FUNCTION()
|
Completed in 16 milliseconds