Searched refs:ldap_first_attribute (Results 1 – 7 of 7) sorted by relevance
/php-src/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_error.phpt | 30 Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found…
|
H A D | ldap_next_attribute_basic.phpt | 18 $attribute = ldap_first_attribute($link, $entry);
|
/php-src/ext/ldap/ |
H A D | ldap_arginfo.h | 370 ZEND_FUNCTION(ldap_first_attribute); 460 ZEND_FE(ldap_first_attribute, arginfo_ldap_first_attribute)
|
H A D | ldap.stub.php | 671 function ldap_first_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
|
H A D | ldap.c | 1919 attribute = ldap_first_attribute(ldap, ldap_result_entry, &ber); in PHP_FUNCTION() 1974 PHP_FUNCTION(ldap_first_attribute) in PHP_FUNCTION() argument 1990 if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) { in PHP_FUNCTION() 2064 attribute = ldap_first_attribute(ld->link, resultentry->data, &ber); in PHP_FUNCTION()
|
Completed in 33 milliseconds