Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c458 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) { in pdo_parse_params()
476 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
482 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE… in pdo_parse_params()
502 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
H A Dpdo_sql_parser.re143 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) {
161 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
167 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE…
187 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
H A Dphp_pdo_driver.h569 unsigned supports_placeholders:2; member
H A Dpdo_stmt.c483 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()
1733 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c227 } else if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED) { in pgsql_stmt_execute()
267 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED && param->is_param) { in pgsql_stmt_param_hook()
H A Dpgsql_driver.c270 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
298 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c187 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()
247 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c109 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_driver.c160 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c196 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c188 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
/PHP-7.1/ext/pdo_oci/
H A Doci_driver.c269 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()

Completed in 61 milliseconds