Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/pdo/
H A Dphp_pdo_driver.h471 unsigned stringify:1; member
H A Dpdo_stmt.c585 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()
H A Dpdo_dbh.c743 dbh->stringify = zval_get_long(value) ? 1 : 0; in pdo_dbh_attribute_set()
/PHP-7.2/ext/pdo_dblib/
H A Ddblib_stmt.c274 if (stmt->dbh->stringify || (coltype == SQLINT8 && sizeof(zend_long) < sizeof(DBBIGINT))) { in pdo_dblib_stmt_get_col()
/PHP-7.2/
H A DNEWS2920 . Implemented stringify 'uniqueidentifier' fields.

Completed in 37 milliseconds