Searched refs:stringify (Results 1 – 5 of 5) sorted by relevance
471 unsigned stringify:1; member
585 if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) { in fetch_value()597 } else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) { in fetch_value()653 if (stmt->dbh->stringify) { in fetch_value()
743 dbh->stringify = zval_get_long(value) ? 1 : 0; in pdo_dbh_attribute_set()
274 if (stmt->dbh->stringify || (coltype == SQLINT8 && sizeof(zend_long) < sizeof(DBBIGINT))) { in pdo_dblib_stmt_get_col()
2920 . Implemented stringify 'uniqueidentifier' fields.
Completed in 25 milliseconds