Searched refs:ldap_first_reference (Results 1 – 6 of 6) sorted by relevance
2 ldap_first_reference() - Basic ldap_first_reference test22 var_dump($ref = ldap_first_reference($link, $result));
22 $ref = ldap_first_reference($link, $result);
27 $ref = ldap_first_reference($link, $result);
402 ZEND_FUNCTION(ldap_first_reference);505 ZEND_FE(ldap_first_reference, arginfo_ldap_first_reference)
156 …function ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false … function
3581 PHP_FUNCTION(ldap_first_reference) in PHP_FUNCTION() argument3599 if ((entry = ldap_first_reference(ld->link, ldap_result->result)) == NULL) { in PHP_FUNCTION()
Completed in 28 milliseconds