Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c515 if (stmt->dbh->methods->quoter) { in pdo_parse_params()
525 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen, in pdo_parse_params()
567 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param), in pdo_parse_params()
767 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
803 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
H A Dpdo_sql_parser.re201 if (stmt->dbh->methods->quoter) {
211 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen,
253 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param),
453 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
489 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
H A Dphp_pdo_driver.h312 pdo_dbh_quote_func quoter; member
H A Dpdo_dbh.c1175 if (!dbh->methods->quoter) { in PHP_METHOD()
1180 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.6/
H A DNEWS7733 - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly). (Felipe)

Completed in 87 milliseconds