Searched refs:paramtype (Results 1 – 12 of 12) sorted by relevance
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 357 P->paramtype = SQL_PARAM_INPUT_OUTPUT; in odbc_stmt_param_hook() 359 P->paramtype = SQL_PARAM_INPUT; in odbc_stmt_param_hook() 361 P->paramtype = SQL_PARAM_OUTPUT; in odbc_stmt_param_hook() 364 if (P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook() 375 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook() 381 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook() 382 P->paramtype == SQL_PARAM_INPUT ? in odbc_stmt_param_hook()
|
H A D | php_pdo_odbc_int.h | 161 SQLSMALLINT paramtype; member
|
/PHP-7.0/ext/pdo/tests/ |
H A D | bug_47769.phpt | 20 public function quote($str, $paramtype = NULL) {
|
H A D | bug_69356.phpt | 20 …arameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, … 32 …arameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, …
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_dbh.c | 1137 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD() local 1141 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &str, &str_len, ¶mtype)) { in PHP_METHOD() 1152 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype)) { in PHP_METHOD() 1228 ZEND_ARG_INFO(0, paramtype)
|
H A D | php_pdo_driver.h | 251 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype);
|
/PHP-7.0/ext/pdo_dblib/ |
H A D | dblib_driver.c | 152 …har *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in dblib_handle_quoter() argument
|
/PHP-7.0/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 333 …har *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in pgsql_handle_quoter() argument 339 switch (paramtype) { in pgsql_handle_quoter()
|
/PHP-7.0/ext/pdo_firebird/ |
H A D | firebird_driver.c | 282 char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in firebird_handle_quoter() argument
|
/PHP-7.0/ext/pdo_mysql/ |
H A D | mysql_driver.c | 300 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) in mysql_handle_quoter() argument
|
/PHP-7.0/ext/pdo_oci/ |
H A D | oci_driver.c | 369 …ed, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) /* {{{ */ in oci_handle_quoter() argument
|
/PHP-7.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 233 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) in sqlite_handle_quoter() argument
|
Completed in 79 milliseconds