Searched refs:ldap_first_reference (Results 1 – 6 of 6) sorted by relevance
2 ldap_first_reference() - Basic ldap_first_reference test21 var_dump($ref = ldap_first_reference($link, $result));
21 $ref = ldap_first_reference($link, $result);
26 $ref = ldap_first_reference($link, $result);
400 ZEND_FUNCTION(ldap_first_reference);503 ZEND_FE(ldap_first_reference, arginfo_ldap_first_reference)
224 function ldap_first_reference($ldap, $result) {} function
3453 PHP_FUNCTION(ldap_first_reference) in PHP_FUNCTION() argument3472 if ((entry = ldap_first_reference(ld->link, ldap_result)) == NULL) { in PHP_FUNCTION()
Completed in 437 milliseconds