Searched refs:ldap_exop (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 2 ldap_exop() and ldap_parse_exop() - EXOP operations 39 // ldap_exop(resource link, string reqoid [, string reqdata [, array servercontrols [, string &retd… 42 ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid), 45 …ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, [['oid' => LDAP_CONTROL_PROXY_AUTHZ, 'value' => "dn:cn=… 47 $r = ldap_exop($link, LDAP_EXOP_WHO_AM_I), 51 …$r = ldap_exop($link, LDAP_EXOP_MODIFY_PASSWD, build_reqdata_passwd("cn=userA,$base", $userAPasswo…
|
/PHP-8.0/ext/ldap/ |
H A D | ldap_arginfo.h | 425 ZEND_FUNCTION(ldap_exop); 528 ZEND_FE(ldap_exop, arginfo_ldap_exop)
|
H A D | ldap.stub.php | 282 function ldap_exop($ldap, string $request_oid, ?string $request_data = null, ?array $controls = NUL… function
|
H A D | ldap.c | 3889 PHP_FUNCTION(ldap_exop) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds