Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo_sqlite/tests/
H A Dbug_47769.phpt17 public function quote($str, $paramtype = NULL): string|false {
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c367 P->paramtype = SQL_PARAM_INPUT_OUTPUT; in odbc_stmt_param_hook()
369 P->paramtype = SQL_PARAM_INPUT; in odbc_stmt_param_hook()
371 P->paramtype = SQL_PARAM_OUTPUT; in odbc_stmt_param_hook()
374 if (P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
385 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
391 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
392 P->paramtype == SQL_PARAM_INPUT ? in odbc_stmt_param_hook()
H A Dphp_pdo_odbc_int.h158 SQLSMALLINT paramtype; member
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt19 …arameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, …
31 …arameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, …
/PHP-8.3/ext/pdo/tests/
H A Dbug_69356.phpt22 …arameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, …
44 …arameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, …
/PHP-8.3/ext/pdo_dblib/
H A Ddblib_driver.c145 …ng* dblib_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in dblib_handle_quoter() argument
157 if ((paramtype & PDO_PARAM_STR_NATL) == PDO_PARAM_STR_NATL) { in dblib_handle_quoter()
160 if ((paramtype & PDO_PARAM_STR_CHAR) == PDO_PARAM_STR_CHAR) { in dblib_handle_quoter()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c308 …g* mysql_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype ) in mysql_handle_quoter() argument
319 if ((paramtype & PDO_PARAM_STR_NATL) == PDO_PARAM_STR_NATL) { in mysql_handle_quoter()
322 if ((paramtype & PDO_PARAM_STR_CHAR) == PDO_PARAM_STR_CHAR) { in mysql_handle_quoter()
/PHP-8.3/ext/pdo/
H A Dphp_pdo_driver.h232 … (*pdo_dbh_quote_func)(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype);
H A Dpdo_dbh.c1176 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
1181 Z_PARAM_LONG(paramtype) in PHP_METHOD()
1191 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c348 …ng* pgsql_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in pgsql_handle_quoter() argument
357 switch (paramtype) { in pgsql_handle_quoter()
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c223 …g* sqlite_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in sqlite_handle_quoter() argument
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_driver.c665 … firebird_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in firebird_handle_quoter() argument
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c357 …andle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype ) /* {{{ */ in oci_handle_quoter() argument

Completed in 50 milliseconds