Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/tests/
H A Dldap_next_attribute_basic.phpt2 ldap_next_attribute() - Basic ldap_next_attribute test
20 ldap_next_attribute($link, $entry),
21 ldap_next_attribute($link, $entry),
22 ldap_next_attribute($link, $entry),
23 ldap_next_attribute($link, $entry)
H A Dldap_next_attribute_error.phpt2 ldap_next_attribute() - Testing ldap_next_attribute() that should fail
19 ldap_next_attribute($link, $entry)
30 Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found…
/PHP-8.3/ext/ldap/
H A Dldap_arginfo.h388 ZEND_FUNCTION(ldap_next_attribute);
495 ZEND_FE(ldap_next_attribute, arginfo_ldap_next_attribute)
H A Dldap.stub.php659 function ldap_next_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
H A Dldap.c1895 attribute = ldap_next_attribute(ldap, ldap_result_entry, ber); in PHP_FUNCTION()
1956 PHP_FUNCTION(ldap_next_attribute) in PHP_FUNCTION() argument
1977 if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) { in PHP_FUNCTION()
2037 attribute = ldap_next_attribute(ld->link, resultentry->data, ber); in PHP_FUNCTION()

Completed in 34 milliseconds