Searched refs:ldap_first_attribute (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/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(): supplied resource is not a valid ldap result entry resource
|
H A D | ldap_first_attribute_basic.phpt | 2 ldap_first_attribute() - Basic ldap_first_attribute test 18 ldap_first_attribute($link, $entry)
|
H A D | ldap_next_attribute_basic.phpt | 17 $attribute = ldap_first_attribute($link, $entry);
|
H A D | ldap_next_attribute_error.phpt | 29 Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found…
|
/PHP-8.0/ext/ldap/ |
H A D | ldap_arginfo.h | 362 ZEND_FUNCTION(ldap_first_attribute); 463 ZEND_FE(ldap_first_attribute, arginfo_ldap_first_attribute)
|
H A D | ldap.stub.php | 88 function ldap_first_attribute($ldap, $entry): string|false {} function
|
H A D | ldap.c | 1856 attribute = ldap_first_attribute(ldap, ldap_result_entry, &ber); in PHP_FUNCTION() 1910 PHP_FUNCTION(ldap_first_attribute) in PHP_FUNCTION() argument 1929 if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) { in PHP_FUNCTION() 2009 attribute = ldap_first_attribute(ld->link, resultentry->data, &ber); in PHP_FUNCTION()
|
Completed in 20 milliseconds