Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_long.h58 # define ZEND_LONG_FMT "%" PRId64
61 # define ZEND_LONG_FMT_SPEC PRId64
/php-src/ext/date/lib/
H A Dtimelib.h86 # ifndef PRId64
87 # define PRId64 "I64d" macro
118 # define TIMELIB_LONG_FMT "%" PRId64
H A Dparse_tz.c537 "%s (%20" PRId64 ") = %s\n", in timelib_dump_tzinfo()
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h131 #define MYSQLI_LL_SPEC "%" PRId64
/php-src/main/
H A Drfc1867.c1030 …sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1226 int __len = snprintf(file_size_buf, 65, "%" PRId64, total_bytes);

Completed in 21 milliseconds