Searched refs:ldap_first_attribute (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/ldap/tests/ |
H A D | ldap_first_attribute_error.phpt | 2 ldap_first_attribute() - Testing ldap_first_attribute() that should fail 14 var_dump(ldap_first_attribute($link, $link)); 20 ldap_first_attribute(): Argument #2 ($entry) must be of type LDAP\ResultEntry, LDAP\Connection given
|
H A D | ldap_first_attribute_basic.phpt | 2 ldap_first_attribute() - Basic ldap_first_attribute test 19 ldap_first_attribute($link, $entry)
|
H A D | ldap_next_attribute_basic.phpt | 18 $attribute = ldap_first_attribute($link, $entry);
|
H A D | ldap_next_attribute_error.phpt | 30 Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found…
|
/PHP-8.1/ext/ldap/ |
H A D | ldap_arginfo.h | 364 ZEND_FUNCTION(ldap_first_attribute); 465 ZEND_FE(ldap_first_attribute, arginfo_ldap_first_attribute)
|
H A D | ldap.stub.php | 77 function ldap_first_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {} function
|
H A D | ldap.c | 2000 attribute = ldap_first_attribute(ldap, ldap_result_entry, &ber); in PHP_FUNCTION() 2055 PHP_FUNCTION(ldap_first_attribute) in PHP_FUNCTION() argument 2071 if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) { in PHP_FUNCTION() 2145 attribute = ldap_first_attribute(ld->link, resultentry->data, &ber); in PHP_FUNCTION()
|
Completed in 56 milliseconds