Home
last modified time | relevance | path

Searched refs:ldap_next_attribute (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/ldap/tests/
H A Dldap_next_attribute_basic.phpt2 ldap_next_attribute() - Basic ldap_next_attribute test
19 ldap_next_attribute($link, $entry),
20 ldap_next_attribute($link, $entry),
21 ldap_next_attribute($link, $entry),
22 ldap_next_attribute($link, $entry)
H A Dldap_next_attribute_error.phpt2 ldap_next_attribute() - Testing ldap_next_attribute() that should fail
18 ldap_next_attribute($link, $entry)
29 Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found…
/PHP-8.0/ext/ldap/
H A Dldap_arginfo.h363 ZEND_FUNCTION(ldap_next_attribute);
464 ZEND_FE(ldap_next_attribute, arginfo_ldap_next_attribute)
H A Dldap.stub.php94 function ldap_next_attribute($ldap, $entry): string|false {} function
H A Dldap.c1877 attribute = ldap_next_attribute(ldap, ldap_result_entry, ber); in PHP_FUNCTION()
1941 PHP_FUNCTION(ldap_next_attribute) in PHP_FUNCTION() argument
1965 if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) { in PHP_FUNCTION()
2028 attribute = ldap_next_attribute(ld->link, resultentry->data, ber); in PHP_FUNCTION()

Completed in 19 milliseconds