set_attribute 255 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value) TSRMLS_CC) set_attribute 839 ext/pdo/pdo_dbh.c if (!dbh->methods->set_attribute) { set_attribute 844 ext/pdo/pdo_dbh.c if (dbh->methods->set_attribute(dbh, attr, value TSRMLS_CC)) { set_attribute 851 ext/pdo/pdo_dbh.c } else if (!dbh->methods->set_attribute) { set_attribute 1730 ext/pdo/pdo_stmt.c if (!stmt->methods->set_attribute) { set_attribute 1735 ext/pdo/pdo_stmt.c if (stmt->methods->set_attribute(stmt, attr, value TSRMLS_CC)) { set_attribute 1740 ext/pdo/pdo_stmt.c if (!stmt->methods->set_attribute) { set_attribute 316 ext/pdo/php_pdo_driver.h pdo_dbh_set_attr_func set_attribute; set_attribute 422 ext/pdo/php_pdo_driver.h pdo_stmt_set_attr_func set_attribute;