Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 25 of 201) sorted by path

123456789

/PHP-7.4/
H A DUPGRADING330 . PDO::setAttribute(PDO::SQLITE_ATTR_EXTENDED_RESULT_CODES, true) enables the
/PHP-7.4/Zend/tests/traits/
H A Dbug55424.phpt10 $this->setAttribute();
13 abstract function setAttribute();
18 function setAttribute() { }
27 $i->setAttribute();
30 /* setAttribute used to disappear for no good reason. */
/PHP-7.4/ext/dom/
H A Delement.c129 PHP_FALIAS(setAttribute, dom_element_set_attribute, arginfo_dom_element_set_attribute)
/PHP-7.4/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt14 $attr = $root->setAttribute('category', 'books');
H A DDOMNamedNodeMap_count.phpt14 $root->setAttribute('attribute-' . $i, 'value-' . $i);
H A DDOMNode_cloneNode_basic.phpt53 $first_course->setAttribute('title', 'new title1');
56 $first_course->setAttribute('title', 'new title2');
59 $first_course->setAttribute('title', 'new title3');
61 $cloned_first_course_default->setAttribute('title', 'new title default');
62 $cloned_first_course_true->setAttribute('title', 'new title true');
63 $cloned_first_course_false->setAttribute('title', 'new title false');
H A DDomNodeList_count.phpt14 $root->setAttribute('attribute-' . $i, 'value-' . $i);
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
13 $root->setAttribute('bar', '>');
14 $attr = $root->setAttribute('bar', 'newval');
H A Dbug38474.phpt20 $dom->firstChild->setAttribute('pre:type', 'bar2');
21 $dom->firstChild->setAttribute('type', 'foo2');
22 $dom->firstChild->setAttribute('post:type', 'baz');
23 $dom->firstChild->setAttribute('new:type', 'baz2');
H A Dbug44648.phpt21 $root->setAttribute('@def', '456');
H A Dbug76738.phpt82 $root_div->setAttribute('class', 'tinymce-generated-root-block');
83 $root_div->setAttribute('style', 'margin: 0px; padding: 0px;');
H A Dbug81433.phpt15 $element->setAttribute("id", 123);
H A Ddom001.phpt50 $attr = $rootnode->setAttribute("src", "picture.gif");
H A Ddomelement.phpt20 $node->setAttribute('num', '1');
66 $node->setAttribute('idatt', 'n1');
H A Dregsiter_node_class.phpt20 $root->setAttribute('a', 'a1');
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c107 PHP_NAMED_FE( setAttribute, ZEND_FN( collator_set_attribute ), collator_2_args )
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c160 PHP_NAMED_FE( setAttribute, ZEND_FN( numfmt_set_attribute ), arginfo_numberformatter_setattribute )
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc96 …return $GLOBALS['oo-mode'] ? $coll->setAttribute( $attr, $val ) : collator_set_attribute( $coll, $…
171 …return $GLOBALS['oo-mode'] ? $fmt->setAttribute( $attribute, $value ) : numfmt_set_attribute( $fmt…
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c843 static PHP_METHOD(PDO, setAttribute) in PHP_METHOD() argument
1247 PHP_ME(PDO, setAttribute, arginfo_pdo_setattribute, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1693 static PHP_METHOD(PDOStatement, setAttribute) in PHP_METHOD() argument
2165 PHP_ME(PDOStatement, setAttribute, arginfo_pdostatement_setattribute, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/pdo/tests/
H A Dbug_34630.phpt25 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
44 $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, true);
H A Dbug_34687.phpt17 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_SILENT);
H A Dbug_35671.phpt18 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
H A Dbug_38253.phpt20 $pdo->setAttribute (PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_CLASS);
25 $pdo->setAttribute (PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_FUNC);
H A Dbug_39656.phpt19 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

Completed in 44 milliseconds

123456789