Home
last modified time | relevance | path

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

/php-src/ext/ldap/tests/
H A Dldap_modify_batch_modifications_with_references.phpt22 $attrib = "attrib\0with\0nul\0byte";
25 "attrib" => &$attrib,
39 "attrib" => "attrib1",
54 "attrib" => "attrib1",
67 …3 ($modifications_info) a modification entry must only contain the keys "attrib", "modtype", and "…
68 ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) the value for option "attrib" mu…
H A Dldap_modify_batch_programming_error.phpt39 "attrib" => "attrib1",
54 "attrib" => "attrib1",
68 "attrib" => "attrib1",
73 "attrib" => "attrib2",
78 "attrib" => "attrib3",
91 "attrib" => "attrib1",
105 "attrib" => 25,
118 "attrib" => "attrib\0with\0nul\0byte",
131 "attrib" => "attrib1",
144 "attrib" => "attrib1",
[all …]
H A Dgh16389.phpt7 $attrib = "attrib";
13 "attrib" => &$attrib,
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-2.phpt14 "attrib" => "attrib1",
H A Dgh16032-1.phpt26 …fy_batch(): Argument #3 ($modifications_info) a modification entry must contain the "attrib" option
H A Dbug73933.phpt15 "attrib" => "mail",
/php-src/ext/dom/tests/modern/extensions/
H A Dnode_renaming.phpt10 <a:child attrib="value"/>
45 <a:child attrib="value"/>
52 <a:child attrib="value"/>
59 <a:child attrib="value"/>
66 <a:child attrib="value"/>
/php-src/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-src/ext/ffi/
H A Dffi.g470 attrib(dcl)
472 attrib(dcl)
500 attrib(zend_ffi_dcl *dcl):
/php-src/ext/ldap/
H A Dldap.c2620 …const zval *attrib = zend_hash_str_find(modification, LDAP_MODIFY_BATCH_ATTRIB, strlen(LDAP_MODIFY… in PHP_FUNCTION() local
2621 if (UNEXPECTED(attrib == NULL)) { in PHP_FUNCTION()
2626 ZVAL_DEREF(attrib); in PHP_FUNCTION()
2627 if (UNEXPECTED(Z_TYPE_P(attrib) != IS_STRING)) { in PHP_FUNCTION()
2628 … \"" LDAP_MODIFY_BATCH_ATTRIB "\" must be of type string, %s given", zend_zval_value_name(attrib)); in PHP_FUNCTION()
2631 if (zend_str_has_nul_byte(Z_STR_P(attrib))) { in PHP_FUNCTION()
2644 …on \"" LDAP_MODIFY_BATCH_MODTYPE "\" must be of type int, %s given", zend_zval_value_name(attrib)); in PHP_FUNCTION()
2680 …n \"" LDAP_MODIFY_BATCH_VALUES "\" must be of type array, %s given", zend_zval_value_name(attrib)); in PHP_FUNCTION()

Completed in 31 milliseconds