Home
last modified time | relevance | path

Searched refs:paramtype (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/pdo_odbc/
H A Dodbc_stmt.c350 P->paramtype = SQL_PARAM_INPUT_OUTPUT; in odbc_stmt_param_hook()
352 P->paramtype = SQL_PARAM_INPUT; in odbc_stmt_param_hook()
354 P->paramtype = SQL_PARAM_OUTPUT; in odbc_stmt_param_hook()
357 if (P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
368 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
374 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
375 P->paramtype == SQL_PARAM_INPUT ? in odbc_stmt_param_hook()
H A Dphp_pdo_odbc_int.h161 SQLSMALLINT paramtype; member
/PHP-5.4/ext/pdo/tests/
H A Dbug47769.phpt20 public function quote($str, $paramtype = NULL) {
/PHP-5.4/ext/pdo/
H A Dphp_pdo_driver.h251 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC);
H A Dpdo_dbh.c1168 long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
1172 …if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, &paramtype)… in PHP_METHOD()
1183 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { in PHP_METHOD()
1260 ZEND_ARG_INFO(0, paramtype)
/PHP-5.4/ext/pdo_dblib/
H A Ddblib_driver.c144 …*unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in dblib_handle_quoter()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c308 …*unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in pgsql_handle_quoter()
314 switch (paramtype) { in pgsql_handle_quoter()
/PHP-5.4/ext/pdo_firebird/
H A Dfirebird_driver.c276 char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in firebird_handle_quoter()
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_driver.c302 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in mysql_handle_quoter()
/PHP-5.4/ext/pdo_oci/
H A Doci_driver.c371 …ed, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) /* {… in oci_handle_quoter()
/PHP-5.4/ext/pdo_sqlite/
H A Dsqlite_driver.c233 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in sqlite_handle_quoter()

Completed in 36 milliseconds