Searched refs:attrib (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_modify_batch_basic.phpt | 18 "attrib" => "telephoneNumber", 25 "attrib" => "sn", 30 "attrib" => "description",
|
H A D | bug77958.phpt | 17 "attrib" => "telephoneNumber", 24 "attrib" => "description",
|
H A D | ldap_modify_batch_error.phpt | 17 "attrib" => "givenName", 52 "attrib" => "dc", 63 "attrib" => "weirdAttribute",
|
H A D | bug73933.phpt | 17 "attrib" => "mail",
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.g | 470 attrib(dcl) 472 attrib(dcl) 500 attrib(zend_ffi_dcl *dcl):
|
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 2573 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local 2769 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION() 2795 ldap_mods[i]->mod_type = estrndup(Z_STRVAL_P(attrib), Z_STRLEN_P(attrib)); in PHP_FUNCTION()
|
Completed in 32 milliseconds