Searched refs:supports_placeholders (Results 1 – 12 of 12) sorted by relevance
453 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) { in pdo_parse_params()471 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()477 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE… in pdo_parse_params()497 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
139 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) {157 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {163 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE…183 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
571 unsigned supports_placeholders:2; member
491 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()1756 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
207 } else if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED) { in pgsql_stmt_execute()247 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED && param->is_param) { in pgsql_stmt_param_hook()
273 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()301 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
189 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()249 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
102 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
160 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
198 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
269 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()
188 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
Completed in 35 milliseconds