Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/tests/
H A Dldap_modify_batch_basic.phpt19 "attrib" => "telephoneNumber",
26 "attrib" => "sn",
31 "attrib" => "description",
H A Dbug77958.phpt18 "attrib" => "telephoneNumber",
25 "attrib" => "description",
H A Dldap_modify_batch_error.phpt18 "attrib" => "givenName",
45 "attrib" => "dc",
56 "attrib" => "weirdAttribute",
H A Dgh16032-1.phpt26 ValueError: ldap_modify_batch(): Required option "attrib" is missing
H A Dgh16032-2.phpt14 "attrib" => "attrib1",
H A Dbug73933.phpt15 "attrib" => "mail",
/PHP-8.3/ext/dom/tests/
H A DDOMNamedNodeMap_edge_case_offset.phpt11 $root->setAttribute('attrib', 'value');
H A DDOMDocument_adoptNode.phpt9 $doc1->loadXML("<p><b>hi<i attrib=\"1\">x</i></b>world</p>");
131 <div><b>hi<i attrib="1">x</i></b></div>
/PHP-8.3/ext/ffi/
H A Dffi.g470 attrib(dcl)
472 attrib(dcl)
500 attrib(zend_ffi_dcl *dcl):
/PHP-8.3/ext/ldap/
H A Dldap.c2542 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2751 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION()
2777 ldap_mods[i]->mod_type = estrndup(Z_STRVAL_P(attrib), Z_STRLEN_P(attrib)); in PHP_FUNCTION()

Completed in 18 milliseconds