paramtype 1165 ext/pdo/pdo_dbh.c long paramtype = PDO_PARAM_STR; paramtype 1169 ext/pdo/pdo_dbh.c if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, ¶mtype)) { paramtype 1180 ext/pdo/pdo_dbh.c if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { paramtype 1257 ext/pdo/pdo_dbh.c ZEND_ARG_INFO(0, paramtype) paramtype 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); paramtype 144 ext/pdo_dblib/dblib_driver.c static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) paramtype 276 ext/pdo_firebird/firebird_driver.c char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) paramtype 302 ext/pdo_mysql/mysql_driver.c static int mysql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) paramtype 371 ext/pdo_oci/oci_driver.c static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) /* {{{ */ paramtype 350 ext/pdo_odbc/odbc_stmt.c P->paramtype = SQL_PARAM_INPUT_OUTPUT; paramtype 352 ext/pdo_odbc/odbc_stmt.c P->paramtype = SQL_PARAM_INPUT; paramtype 354 ext/pdo_odbc/odbc_stmt.c P->paramtype = SQL_PARAM_OUTPUT; paramtype 357 ext/pdo_odbc/odbc_stmt.c if (P->paramtype != SQL_PARAM_INPUT) { paramtype 368 ext/pdo_odbc/odbc_stmt.c if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { paramtype 374 ext/pdo_odbc/odbc_stmt.c P->paramtype, ctype, sqltype, precision, scale, paramtype 375 ext/pdo_odbc/odbc_stmt.c P->paramtype == SQL_PARAM_INPUT ? paramtype 161 ext/pdo_odbc/php_pdo_odbc_int.h SQLSMALLINT paramtype; paramtype 328 ext/pdo_pgsql/pgsql_driver.c static int pgsql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) paramtype 334 ext/pdo_pgsql/pgsql_driver.c switch (paramtype) { paramtype 233 ext/pdo_sqlite/sqlite_driver.c static int sqlite_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC)