pdo_dbh_quote_func  251 ext/pdo/php_pdo_driver.h typedef int (*pdo_dbh_quote_func)(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype);
pdo_dbh_quote_func  302 ext/pdo/php_pdo_driver.h 	pdo_dbh_quote_func		quoter;