Home
last modified time | relevance | path

Searched refs:getAttribute (Results 126 – 145 of 145) sorted by relevance

123456

/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_myisam_index.phpt89 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_native.phpt95 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_native_myisam.phpt95 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_native_myisam_index.phpt95 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_emulated.phpt86 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_bindvalue.phpt21 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
161 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt95 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_getcolumnmeta.phpt41 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
/PHP-8.2/ext/dom/tests/
H A Ddom001.phpt51 $attr = $rootnode->getAttribute("src");
/PHP-8.2/ext/intl/collator/
H A Dcollator_arginfo.h82 …ZEND_ME_MAPPING(getAttribute, collator_get_attribute, arginfo_class_Collator_getAttribute, ZEND_AC…
/PHP-8.2/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-8.2/ext/pdo/
H A Dpdo_dbh_arginfo.h76 ZEND_METHOD(PDO, getAttribute);
95 ZEND_ME(PDO, getAttribute, arginfo_class_PDO_getAttribute, ZEND_ACC_PUBLIC)
H A Dpdo_dbh.c953 PHP_METHOD(PDO, getAttribute) in PHP_METHOD() argument
H A Dpdo_stmt.c1614 PHP_METHOD(PDOStatement, getAttribute) in PHP_METHOD() argument
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php640 public function getAttribute(string $qualifiedName): string {} function in DOMElement
H A Delement.c274 PHP_METHOD(DOMElement, getAttribute) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h681 ZEND_METHOD(DOMElement, getAttribute);
917 ZEND_ME(DOMElement, getAttribute, arginfo_class_DOMElement_getAttribute, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.c547 PHP_METHOD(XMLReader, getAttribute) in PHP_METHOD() argument
/PHP-8.2/ext/intl/formatter/
H A Dformatter_arginfo.h110 …ZEND_ME_MAPPING(getAttribute, numfmt_get_attribute, arginfo_class_NumberFormatter_getAttribute, ZE…
/PHP-8.2/build/
H A Dgen_stub.php2087 …$originatingConstName = new ConstName($expr->name->getAttribute('namespacedName'), $expr->name->to…

Completed in 79 milliseconds

123456