Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c559 if (stmt->dbh->methods->quoter) { in pdo_parse_params()
569 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen, in pdo_parse_params()
611 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param), in pdo_parse_params()
811 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
847 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.h302 pdo_dbh_quote_func quoter; member
H A Dpdo_dbh.c1178 if (!dbh->methods->quoter) { in PHP_METHOD()
1183 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.5/
H A DNEWS6155 - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly). (Felipe)

Completed in 53 milliseconds