Searched refs:ldap_exop (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 2 ldap_exop() and ldap_parse_exop() - EXOP operations 41 ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid), 44 …ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, [['oid' => LDAP_CONTROL_PROXY_AUTHZ, 'value' => "dn:cn=… 46 $r = ldap_exop($link, LDAP_EXOP_WHO_AM_I), 50 …$r = ldap_exop($link, LDAP_EXOP_MODIFY_PASSWD, build_reqdata_passwd("cn=userA,$base", $userAPasswo…
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 776 …function ldap_exop(LDAP\Connection $ldap, string $request_oid, ?string $request_data = null, ?arra…
|
H A D | ldap_arginfo.h | 427 ZEND_FUNCTION(ldap_exop); 530 ZEND_FE(ldap_exop, arginfo_ldap_exop)
|
H A D | ldap.c | 3830 PHP_FUNCTION(ldap_exop) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds