set_attribute 249 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value)) set_attribute 801 ext/pdo/pdo_dbh.c if (!dbh->methods->set_attribute) { set_attribute 806 ext/pdo/pdo_dbh.c if (dbh->methods->set_attribute(dbh, attr, value)) { set_attribute 813 ext/pdo/pdo_dbh.c } else if (!dbh->methods->set_attribute) { set_attribute 1710 ext/pdo/pdo_stmt.c if (!stmt->methods->set_attribute) { set_attribute 1715 ext/pdo/pdo_stmt.c if (stmt->methods->set_attribute(stmt, attr, value)) { set_attribute 1720 ext/pdo/pdo_stmt.c if (!stmt->methods->set_attribute) { set_attribute 306 ext/pdo/php_pdo_driver.h pdo_dbh_set_attr_func set_attribute; set_attribute 412 ext/pdo/php_pdo_driver.h pdo_stmt_set_attr_func set_attribute;