Home
last modified time | relevance | path

Searched refs:quoter (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re221 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);
H A Dphp_pdo_driver.h296 pdo_dbh_quote_func quoter; member
H A Dpdo_dbh.c1248 if (!dbh->methods->quoter) { in PHP_METHOD()
1252 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()

Completed in 13 milliseconds