Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 91) sorted by path

1234

/PHP-5.5/
H A DNEWS764 . Fixed bug #68371 (PDO#getAttribute() cannot be called with platform-specific
4845 . Fixed bug #53323 (pdo_firebird getAttribute() crash).
8354 - Fixed bug #38474 (getAttribute select attribute by order, even when
/PHP-5.5/ext/dom/
H A Delement.c130 PHP_FALIAS(getAttribute, dom_element_get_attribute, arginfo_dom_element_get_attribute)
/PHP-5.5/ext/dom/examples/
H A Ddom1.php46 $attr = $rootnode->getAttribute("src");
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_addAttrs.phpt19 var_dump($book->getAttribute('is-hardback'));
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt19 var_dump($book->getAttribute('is-hardback'));
H A DDOMDocument_schemaValidate_addAttrs.phpt17 var_dump($book->getAttribute('is-hardback'));
H A DDOMDocument_schemaValidate_missingAttrs.phpt17 var_dump($book->getAttribute('is-hardback'));
H A DDOMNode_cloneNode_basic.phpt31 …Type != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getAttribute('title'):"no ti…
H A DDOMNode_removeChild_basic.phpt31 …Type != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getAttribute('title'):"no ti…
H A Dbug38474.phpt2 Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < …
17 echo $dom->firstChild->getAttribute('type')."\n";
18 echo $dom->firstChild->getAttribute('pre:type')."\n";
25 echo $dom->firstChild->getAttribute('type')."\n";
26 echo $dom->firstChild->getAttribute('pre:type')."\n";
27 echo $dom->firstChild->getAttribute('post:type')."\n";
32 echo $dom->firstChild->getAttribute('type')."\n";
33 echo $dom->firstChild->getAttribute('pre:type')."\n";
34 echo $dom->firstChild->getAttribute('post:type')."\n";
35 echo $dom->firstChild->getAttribute('new:type');
H A Dbug38949.phpt13 echo $root->getAttribute("xmlns")."\n";
14 echo $root->getAttribute("xmlns:ns2")."\n";
17 echo $child->getAttribute("xmlns")."\n";
18 echo $child->getAttribute("xmlns:ns2")."\n";
H A Ddom001.phpt51 $attr = $rootnode->getAttribute("src");
H A Ddomelement.phpt21 echo "Chapter: ".$node->getAttribute('num')."\n";
24 echo "Chapter: ".$node->getAttribute('num')."\n";
27 echo "Language: ".$node->getAttribute('language')."\n";
31 echo "Language: ".$node->getAttribute('language')."\n";
33 echo "Language: ".$node->getAttribute('language')."\n";
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c123 PHP_NAMED_FE( getAttribute, ZEND_FN( collator_get_attribute ), collator_1_arg )
/PHP-5.5/ext/intl/doc/
H A Dcollator_api.php192 public function getAttribute( $attr ) {} function in Collator
H A Dformatter_api.php276 public function getAttribute($attr) {} function in NumberFormatter
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c180 PHP_NAMED_FE( getAttribute, ZEND_FN( numfmt_get_attribute ), arginfo_numberformatter_getattribute )
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc84 …return $GLOBALS['oo-mode'] ? $coll->getAttribute( $attr ) : collator_get_attribute( $coll, $attr );
179 …return $GLOBALS['oo-mode'] ? $fmt->getAttribute( $attribute ) : numfmt_get_attribute( $fmt, $attri…
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c890 static PHP_METHOD(PDO, getAttribute) in PHP_METHOD() argument
1280 PHP_ME(PDO, getAttribute, arginfo_pdo_getattribute, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1774 static PHP_METHOD(PDOStatement, getAttribute) in PHP_METHOD() argument
2216 PHP_ME(PDOStatement, getAttribute, arginfo_pdostatement_getattribute, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pdo/tests/
H A Dbug_34630.phpt17 $driver = $db->getAttribute(PDO::ATTR_DRIVER_NAME);
H A Dbug_38253.phpt27 if ($pdo->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dbug_43130.phpt21 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql')
H A Dbug_43139.phpt21 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
23 } else if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'firebird') {
H A Dbug_44861.phpt29 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {

Completed in 77 milliseconds

1234