Searched refs:PDO_PLACEHOLDER_NONE (Results 1 – 7 of 7) sorted by relevance
409 int query_type = PDO_PLACEHOLDER_NONE; in pdo_parse_params()476 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()482 … bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()502 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
94 int query_type = PDO_PLACEHOLDER_NONE;161 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {167 … bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {187 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
422 PDO_PLACEHOLDER_NONE=0, enumerator
483 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()1733 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
109 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
247 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
298 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
Completed in 28 milliseconds