Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c278 if (stmt->dbh->stringify) { in pdo_dblib_stmt_should_stringify_col()
284 if (stmt->dbh->stringify) { in pdo_dblib_stmt_should_stringify_col()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h469 unsigned stringify:1; member
H A Dpdo_stmt.c589 if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) { in fetch_value()
601 } else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) { in fetch_value()
657 if (stmt->dbh->stringify) { in fetch_value()
H A Dpdo_dbh.c760 dbh->stringify = zval_get_long(value) ? 1 : 0; in pdo_dbh_attribute_set()

Completed in 19 milliseconds