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