Home
last modified time | relevance | path

Searched defs:paramtype (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/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()
/PHP-8.2/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h158 SQLSMALLINT paramtype; member
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c357 …ci_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype ) /* {… in oci_handle_quoter()
/PHP-8.2/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()
/PHP-8.2/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()
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c227 …g* sqlite_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in sqlite_handle_quoter()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c1176 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
/PHP-8.2/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()

Completed in 38 milliseconds