Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt2 get/set_attribute()
/php-src/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.c853 if (dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
854 dbh->methods->set_attribute(dbh, attr, value); in pdo_dbh_attribute_set()
912 if (!dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
917 if (dbh->methods->set_attribute(dbh, attr, value)) { in pdo_dbh_attribute_set()
922 if (!dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
H A Dpdo_stmt.c1581 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1587 if (stmt->methods->set_attribute(stmt, attr, value)) { in PHP_METHOD()
/php-src/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.h820 func_mysqlnd_stmt__set_attribute set_attribute; in MYSQLND_CLASS_METHODS_TYPE() local

Completed in 33 milliseconds