Searched refs:attrib (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/ldap/tests/ |
H A D | ldap_modify_batch_modifications_with_references.phpt | 22 $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 D | ldap_modify_batch_programming_error.phpt | 39 "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 D | gh16389.phpt | 7 $attrib = "attrib"; 13 "attrib" => &$attrib,
|
H A D | ldap_modify_batch_basic.phpt | 19 "attrib" => "telephoneNumber", 26 "attrib" => "sn", 31 "attrib" => "description",
|
H A D | bug77958.phpt | 18 "attrib" => "telephoneNumber", 25 "attrib" => "description",
|
H A D | ldap_modify_batch_error.phpt | 18 "attrib" => "givenName", 45 "attrib" => "dc", 56 "attrib" => "weirdAttribute",
|
H A D | gh16032-2.phpt | 14 "attrib" => "attrib1",
|
H A D | gh16032-1.phpt | 26 …fy_batch(): Argument #3 ($modifications_info) a modification entry must contain the "attrib" option
|
H A D | bug73933.phpt | 15 "attrib" => "mail",
|
/php-src/ext/dom/tests/modern/extensions/ |
H A D | node_renaming.phpt | 10 <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 D | DOMNamedNodeMap_edge_case_offset.phpt | 11 $root->setAttribute('attrib', 'value');
|
H A D | DOMDocument_adoptNode.phpt | 9 $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 D | ffi.g | 470 attrib(dcl) 472 attrib(dcl) 500 attrib(zend_ffi_dcl *dcl):
|
/php-src/ext/ldap/ |
H A D | ldap.c | 2620 …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 24 milliseconds