Home
last modified time | relevance | path

Searched refs:getAttribute (Results 76 – 91 of 91) sorted by relevance

1234

/PHP-5.5/ext/pdo/tests/
H A Dpdo_016.phpt18 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
H A Dpdo_016a.phpt18 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
H A Dpdo_018.phpt133 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci' && $res[0] === null) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt79 if (0 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
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_prepare_native.phpt99 if (0 != $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_emulated.phpt88 if (1 != $db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
/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/dom/tests/
H A Ddom001.phpt51 $attr = $rootnode->getAttribute("src");
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c563 PHP_METHOD(xmlreader, getAttribute) in PHP_METHOD() argument
1278 PHP_ME(xmlreader, getAttribute, arginfo_xmlreader_getAttribute, ZEND_ACC_PUBLIC)
/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/dom/
H A Delement.c130 PHP_FALIAS(getAttribute, dom_element_get_attribute, arginfo_dom_element_get_attribute)
/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

Completed in 100 milliseconds

1234