Home
last modified time | relevance | path

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

/PHP-8.1/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.c1179 if (!dbh->methods->quoter) { in PHP_METHOD()
1183 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()
/PHP-8.1/
H A DUPGRADING.INTERNALS108 - The quoter handler now returns the quoted string as zend_string* instead

Completed in 16 milliseconds