Home
last modified time | relevance | path

Searched refs:money_value (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c251 DBFLT8 money_value; in pdo_dblib_stmt_get_col() local
252 dbconvert(NULL, coltype, *ptr, *len, SQLFLT8, (LPBYTE)&money_value, 8); in pdo_dblib_stmt_get_col()
253 *len = spprintf(&tmp_ptr, 0, "%.4f", money_value); in pdo_dblib_stmt_get_col()

Completed in 4 milliseconds