Searched refs:PDO_PLACEHOLDER_NONE (Results 1 – 6 of 6) sorted by relevance
92 int query_type = PDO_PLACEHOLDER_NONE;148 …if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash_num_eleme…194 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {206 if (query_type == PDO_PLACEHOLDER_NONE) {
418 PDO_PLACEHOLDER_NONE=0, enumerator
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()
102 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
251 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
287 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
Completed in 21 milliseconds