Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h43 #define LL_MASK "ll" macro
H A Dfirebird_statement.c502 str = zend_strpprintf(0, "%" LL_MASK "d.%0*" LL_MASK "d", in pdo_firebird_stmt_get_col()
505 str = zend_strpprintf(0, "%" LL_MASK "d.%0*" LL_MASK "d", in pdo_firebird_stmt_get_col()
508 str = zend_strpprintf(0, "-0.%0*" LL_MASK "d", -var->sqlscale, -n % f); in pdo_firebird_stmt_get_col()
532 …ZVAL_STR(result, zend_strpprintf(0, "%" LL_MASK "d", php_get_isc_int64_from_sqldata(var->sqldata))… in pdo_firebird_stmt_get_col()

Completed in 9 milliseconds