Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_dblib/
H A Ddblib_stmt.c272 if (stmt->dbh->stringify) {
/PHP-7.0/ext/pdo/
H A Dphp_pdo_driver.h462 unsigned stringify:1; member
H A Dpdo_stmt.c595 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()
H A Dpdo_dbh.c741 dbh->stringify = zval_get_long(value) ? 1 : 0; in pdo_dbh_attribute_set()
/PHP-7.0/
H A DNEWS1131 . Implemented stringify 'uniqueidentifier' fields.

Completed in 24 milliseconds