Searched refs:supports_placeholders (Results 1 – 11 of 11) sorted by relevance
101 …if (t == PDO_PARSER_ESCAPED_QUESTION && stmt->supports_placeholders == PDO_PLACEHOLDER_POSITIONAL)…148 …if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash_num_eleme…172 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) {194 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
564 unsigned supports_placeholders:2; member
437 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()1609 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
225 } else if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED) { in pgsql_stmt_execute()269 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED && param->is_param) { in pgsql_stmt_param_hook()
287 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()289 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
194 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()251 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
151 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
102 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
185 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
569 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
254 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()
Completed in 37 milliseconds