Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/pdo/tests/
H A Dpdo_018.phpt133 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci' && $res[0] === null) {
/PHP-5.4/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.4/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.c1783 static PHP_METHOD(PDOStatement, getAttribute) in PHP_METHOD() argument
2225 PHP_ME(PDOStatement, getAttribute, arginfo_pdostatement_getattribute, ZEND_ACC_PUBLIC)
/PHP-5.4/ext/pdo_mysql/tests/
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.4/ext/dom/
H A Delement.c130 PHP_FALIAS(getAttribute, dom_element_get_attribute, arginfo_dom_element_get_attribute)
/PHP-5.4/
H A DNEWS3656 . Fixed bug #53323 (pdo_firebird getAttribute() crash).
7165 - Fixed bug #38474 (getAttribute select attribute by order, even when

Completed in 47 milliseconds

1234