Home
last modified time | relevance | path

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

1234567

/PHP-5.5/
H A DNEWS6001 - Added Firebird specific attributes that can be set via PDO::setAttribute()
6952 - Fixed bug #44189 (PDO setAttribute() does not properly validate values for native numeric options…
6956 - Fixed bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)). (Felipe)
7578 - Fixed bug #41215 (setAttribute return code reversed). (Ilia)
8523 - Fixed bug #37456 (DOMElement->setAttribute() loops forever). (Rob)
/PHP-5.5/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-5.5/ext/dom/
H A Delement.c131 PHP_FALIAS(setAttribute, dom_element_set_attribute, arginfo_dom_element_set_attribute)
/PHP-5.5/ext/dom/examples/
H A Ddom1.php45 $attr = $rootnode->setAttribute("src", "picture.gif");
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt14 $attr = $root->setAttribute('category', 'books');
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 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-5.5/ext/intl/collator/
H A Dcollator_class.c124 PHP_NAMED_FE( setAttribute, ZEND_FN( collator_set_attribute ), collator_2_args )
/PHP-5.5/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-5.5/ext/intl/formatter/
H A Dformatter_class.c179 PHP_NAMED_FE( setAttribute, ZEND_FN( numfmt_set_attribute ), arginfo_numberformatter_setattribute )
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc96 …return $GLOBALS['oo-mode'] ? $coll->setAttribute( $attr, $val ) : collator_set_attribute( $coll, $…
163 …return $GLOBALS['oo-mode'] ? $fmt->setAttribute( $attribute, $value ) : numfmt_set_attribute( $fmt…
/PHP-5.5/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.c868 static PHP_METHOD(PDO, setAttribute) in PHP_METHOD() argument
1274 PHP_ME(PDO, setAttribute, arginfo_pdo_setattribute, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1732 static PHP_METHOD(PDOStatement, setAttribute) in PHP_METHOD() argument
2215 PHP_ME(PDOStatement, setAttribute, arginfo_pdostatement_setattribute, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pdo/tests/
H A Dbug65946.phpt16 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, true);
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);

Completed in 71 milliseconds

1234567