Searched refs:set_attribute (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/intl/tests/ |
H A D | collator_get_set_attribute.phpt | 2 get/set_attribute()
|
/PHP-8.3/ext/pdo/ |
H A D | php_pdo_driver.h | 300 pdo_dbh_set_attr_func set_attribute; member 408 pdo_stmt_set_attr_func set_attribute; member
|
H A D | pdo_dbh.c | 798 if (dbh->methods->set_attribute) { in pdo_dbh_attribute_set() 799 dbh->methods->set_attribute(dbh, attr, value); in pdo_dbh_attribute_set() 857 if (!dbh->methods->set_attribute) { in pdo_dbh_attribute_set() 862 if (dbh->methods->set_attribute(dbh, attr, value)) { in pdo_dbh_attribute_set() 867 if (!dbh->methods->set_attribute) { in pdo_dbh_attribute_set()
|
H A D | pdo_stmt.c | 1586 if (!stmt->methods->set_attribute) { in PHP_METHOD() 1592 if (stmt->methods->set_attribute(stmt, attr, value)) { in PHP_METHOD()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd.h | 240 #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value))
|
H A D | mysqlnd_structs.h | 819 func_mysqlnd_stmt__set_attribute set_attribute; in MYSQLND_CLASS_METHODS_TYPE() local
|
Completed in 35 milliseconds