Searched refs:quoter (Results 1 – 3 of 3) sorted by relevance
221 if (stmt->dbh->methods->quoter) {240 plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param->param_type);289 plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param_type);
296 pdo_dbh_quote_func quoter; member
1187 if (!dbh->methods->quoter) { in PHP_METHOD()1191 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()
Completed in 12 milliseconds