Home
last modified time | relevance | path

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

123456

/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor_empty.phpt20 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_class_constants.phpt22 constants, the single possibility is to use the PDO::getAttribute().
H A Dpdo_mysql_stmt_fetch_non_select.phpt20 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
70 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_errorinfo.phpt78 $tmp = @$db->getAttribute($invalid_attr);
H A Dpdo_mysql_commit.phpt39 if (1 !== ($tmp = $db->getAttribute(PDO::ATTR_AUTOCOMMIT)))
H A Dpdo_mysql_stmt_closecursor.phpt113 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
128 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_unbuffered_2050.phpt22 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_fetch_serialize.phpt79 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_bindvalue.phpt20 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
160 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
H A Dpdo_mysql_stmt_getcolumnmeta.phpt46 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt18 var_dump($dbh->getAttribute(PDO::ATTR_CASE));
/PHP-8.2/ext/intl/formatter/
H A Dformatter.stub.php444 public function getAttribute(int $attribute): int|float|false {} function in NumberFormatter
H A Dformatter_arginfo.h110 …ZEND_ME_MAPPING(getAttribute, numfmt_get_attribute, arginfo_class_NumberFormatter_getAttribute, ZE…
/PHP-8.2/ext/pdo/tests/
H A Dbug_44861.phpt30 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dbug_69356.phpt30 switch ($db->getAttribute(PDO::ATTR_DRIVER_NAME)) {
H A Dpdo_016.phpt19 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
H A Dpdo_016a.phpt19 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
H A Dpdo_018.phpt75 switch ($db->getAttribute(PDO::ATTR_DRIVER_NAME)) {
143 switch ($db->getAttribute(PDO::ATTR_DRIVER_NAME)) {
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug68199.phpt13 if (version_compare($db->getAttribute(PDO::ATTR_SERVER_VERSION), '9.0.0') < 0) {
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h96 ZEND_METHOD(XMLReader, getAttribute);
124 ZEND_ME(XMLReader, getAttribute, arginfo_class_XMLReader_getAttribute, ZEND_ACC_PUBLIC)
/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/dom/tests/
H A Ddom001.phpt51 $attr = $rootnode->getAttribute("src");
/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.h68 ZEND_METHOD(PDO, getAttribute);
86 ZEND_ME(PDO, getAttribute, arginfo_class_PDO_getAttribute, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php570 public function getAttribute(string $qualifiedName): string {} function in DOMElement

Completed in 44 milliseconds

123456