Home
last modified time | relevance | path

Searched refs:set_attribute (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt2 get/set_attribute()
/PHP-8.1/ext/pdo/
H A Dphp_pdo_driver.h300 pdo_dbh_set_attr_func set_attribute; member
408 pdo_stmt_set_attr_func set_attribute; member
H A Dpdo_dbh.c795 if (dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
796 dbh->methods->set_attribute(dbh, attr, value); in pdo_dbh_attribute_set()
854 if (!dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
859 if (dbh->methods->set_attribute(dbh, attr, value)) { in pdo_dbh_attribute_set()
864 if (!dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
H A Dpdo_stmt.c1587 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1593 if (stmt->methods->set_attribute(stmt, attr, value)) { in PHP_METHOD()
/PHP-8.1/
H A DUPGRADING.INTERNALS103 - The transaction, set_attribute, and preparer handler's return type
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h242 #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value))
H A Dmysqlnd_structs.h822 func_mysqlnd_stmt__set_attribute set_attribute; in MYSQLND_CLASS_METHODS_TYPE() local

Completed in 81 milliseconds