Home
last modified time | relevance | path

Searched refs:getAttribute (Results 101 – 112 of 112) sorted by relevance

12345

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt21 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_bindvalue.phpt19 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
159 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_getcolumnmeta.phpt53 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_native.phpt99 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_emulated.phpt88 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt51 $attr = $rootnode->getAttribute("src");
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc84 …return $GLOBALS['oo-mode'] ? $coll->getAttribute( $attr ) : collator_get_attribute( $coll, $attr );
187 …return $GLOBALS['oo-mode'] ? $fmt->getAttribute( $attribute ) : numfmt_get_attribute( $fmt, $attri…
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c556 PHP_METHOD(xmlreader, getAttribute) in PHP_METHOD() argument
1272 PHP_ME(xmlreader, getAttribute, arginfo_xmlreader_getAttribute, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c866 static PHP_METHOD(PDO, getAttribute) in PHP_METHOD() argument
1253 PHP_ME(PDO, getAttribute, arginfo_pdo_getattribute, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1736 static PHP_METHOD(PDOStatement, getAttribute) in PHP_METHOD() argument
2166 PHP_ME(PDOStatement, getAttribute, arginfo_pdostatement_getattribute, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/dom/
H A Delement.c128 PHP_FALIAS(getAttribute, dom_element_get_attribute, arginfo_dom_element_get_attribute)
/PHP-7.4/
H A DUPGRADING327 . PDOStatement::getAttribute(PDO::SQLITE_ATTR_READONLY_STATEMENT) allows

Completed in 35 milliseconds

12345