Home
last modified time | relevance | path

Searched refs:attrib (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/ldap/tests/
H A Dldap_modify_batch_basic.phpt18 "attrib" => "telephoneNumber",
25 "attrib" => "sn",
30 "attrib" => "description",
H A Dldap_modify_batch_error.phpt17 "attrib" => "givenName",
52 "attrib" => "dc",
63 "attrib" => "weirdAttribute",
/PHP-5.5/ext/ldap/
H A Dldap.c1528 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
1730 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION()
1753 ldap_mods[i]->mod_type = estrndup(Z_STRVAL_P(attrib), Z_STRLEN_P(attrib)); in PHP_FUNCTION()

Completed in 12 milliseconds