Home
last modified time | relevance | path

Searched refs:LL_MASK (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h41 #define LL_MASK "ll" macro
H A Dfirebird_statement.c432 str = zend_strpprintf(0, "%" LL_MASK "d.%0*" LL_MASK "d", in firebird_stmt_get_col()
435 str = zend_strpprintf(0, "%" LL_MASK "d.%0*" LL_MASK "d", in firebird_stmt_get_col()
438 str = zend_strpprintf(0, "-0.%0*" LL_MASK "d", -var->sqlscale, -n % f); in firebird_stmt_get_col()
462 … ZVAL_STR(result, zend_strpprintf(0, "%" LL_MASK "d", get_isc_int64_from_sqldata(var->sqldata))); in firebird_stmt_get_col()

Completed in 9 milliseconds