Searched refs:stringify (Results 1 – 5 of 5) sorted by relevance
272 if (stmt->dbh->stringify) {
462 unsigned stringify:1; member
595 if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) { in fetch_value()607 } else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) { in fetch_value()663 if (stmt->dbh->stringify) { in fetch_value()
741 dbh->stringify = zval_get_long(value) ? 1 : 0; in pdo_dbh_attribute_set()
1131 . Implemented stringify 'uniqueidentifier' fields.
Completed in 24 milliseconds