Searched refs:ldap_parse_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 40 // bool ldap_parse_exop(resource link, resource result [, string &retdata [, string &retoid]]) 48 ldap_parse_exop($link, $r, $retdata2), 52 ldap_parse_exop($link, $r, $retpwdata, $retpwoid),
|
/PHP-8.0/ext/ldap/ |
H A D | ldap_arginfo.h | 437 ZEND_FUNCTION(ldap_parse_exop); 540 ZEND_FE(ldap_parse_exop, arginfo_ldap_parse_exop)
|
H A D | ldap.stub.php | 311 function ldap_parse_exop($ldap, $result, &$response_data = null, &$response_oid = null): bool {} function
|
H A D | ldap.c | 3374 PHP_FUNCTION(ldap_parse_exop) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds