Searched refs:LL_MASK (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 43 #define LL_MASK "ll" macro
|
H A D | firebird_statement.c | 502 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