Home
last modified time | relevance | path

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

/php-src/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-src/ext/ldap/
H A Dldap_arginfo.h371 ZEND_FUNCTION(ldap_next_attribute);
461 ZEND_FE(ldap_next_attribute, arginfo_ldap_next_attribute)
H A Dldap.stub.php673 function ldap_next_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
H A Dldap.c1941 attribute = ldap_next_attribute(ldap, ldap_result_entry, ber); in PHP_FUNCTION()
2002 PHP_FUNCTION(ldap_next_attribute) in PHP_FUNCTION() argument
2023 if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) { in PHP_FUNCTION()
2083 attribute = ldap_next_attribute(ld->link, resultentry->data, ber); in PHP_FUNCTION()

Completed in 30 milliseconds