Home
last modified time | relevance | path

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

12345678

/PHP-7.2/
H A DNEWS2911 . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
/PHP-7.2/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.2/ext/dom/
H A Delement.c131 PHP_FALIAS(setAttribute, dom_element_set_attribute, arginfo_dom_element_set_attribute)
/PHP-7.2/ext/dom/examples/
H A Ddom1.php45 $attr = $rootnode->setAttribute("src", "picture.gif");
/PHP-7.2/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 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.2/ext/intl/collator/
H A Dcollator_class.c109 PHP_NAMED_FE( setAttribute, ZEND_FN( collator_set_attribute ), collator_2_args )
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt120 7. Collator::get/setAttribute.
H A Dcollator_api.php204 public function setAttribute( $attr, $val ) {} function in Collator
H A Dformatter_api.php234 public function setAttribute($attr, $value) {} function in NumberFormatter
/PHP-7.2/ext/intl/formatter/
H A Dformatter_class.c160 PHP_NAMED_FE( setAttribute, ZEND_FN( numfmt_set_attribute ), arginfo_numberformatter_setattribute )
/PHP-7.2/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.2/ext/pdo/
H A DREADME39 $dbh->setAttribute(PDO_ATTR_AUTOCOMMIT, false);
H A DTODO16 This would then allow PDO to call setAttribute()
H A Dpdo_dbh.c828 static PHP_METHOD(PDO, setAttribute) in PHP_METHOD() argument
1248 PHP_ME(PDO, setAttribute, arginfo_pdo_setattribute, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1701 static PHP_METHOD(PDOStatement, setAttribute) in PHP_METHOD() argument
2184 PHP_ME(PDOStatement, setAttribute, arginfo_pdostatement_setattribute, ZEND_ACC_PUBLIC)
/PHP-7.2/ext/pdo/tests/
H A Dbug_34630.phpt25 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
44 $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, true);

Completed in 75 milliseconds

12345678