Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/tests/
H A Dbug_47769.phpt20 public function quote($str, $paramtype = NULL) {
H A Dbug_69356.phpt20 …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.4/ext/pdo_odbc/
H A Dodbc_stmt.c363 P->paramtype = SQL_PARAM_INPUT_OUTPUT; in odbc_stmt_param_hook()
365 P->paramtype = SQL_PARAM_INPUT; in odbc_stmt_param_hook()
367 P->paramtype = SQL_PARAM_OUTPUT; in odbc_stmt_param_hook()
370 if (P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
381 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
387 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
388 P->paramtype == SQL_PARAM_INPUT ? in odbc_stmt_param_hook()
H A Dphp_pdo_odbc_int.h160 SQLSMALLINT paramtype; member
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c150 …har *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in dblib_handle_quoter() argument
162 if ((paramtype & PDO_PARAM_STR_NATL) == PDO_PARAM_STR_NATL) { in dblib_handle_quoter()
165 if ((paramtype & PDO_PARAM_STR_CHAR) == PDO_PARAM_STR_CHAR) { in dblib_handle_quoter()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c306 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) in mysql_handle_quoter() argument
314 if ((paramtype & PDO_PARAM_STR_NATL) == PDO_PARAM_STR_NATL) { in mysql_handle_quoter()
317 if ((paramtype & PDO_PARAM_STR_CHAR) == PDO_PARAM_STR_CHAR) { in mysql_handle_quoter()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1156 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
1163 Z_PARAM_LONG(paramtype) in PHP_METHOD()
1173 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype)) { in PHP_METHOD()
1233 ZEND_ARG_INFO(0, paramtype)
H A Dphp_pdo_driver.h258 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype);
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c321 …har *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in pgsql_handle_quoter() argument
327 switch (paramtype) { in pgsql_handle_quoter()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c244 char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in firebird_handle_quoter() argument
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c234 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) in sqlite_handle_quoter() argument
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c361 …ed, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) /* {{{ */ in oci_handle_quoter() argument

Completed in 38 milliseconds