Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_long.h60 # define ZEND_LONG_FMT "%" PRId64
63 # define ZEND_LONG_FMT_SPEC PRId64
/PHP-7.2/ext/date/lib/
H A Dtimelib.h80 # ifndef PRId64
81 # define PRId64 "I64d" macro
112 # define TIMELIB_LONG_FMT "%" PRId64
/PHP-7.2/win32/
H A Dphp_inttypes.h82 #define PRId64 "I64d" macro
/PHP-7.2/ext/mysqli/
H A Dphp_mysqli_structs.h192 #define MYSQLI_LL_SPEC "%" PRId64
/PHP-7.2/main/
H A Drfc1867.c1054 …sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1263 int __len = snprintf(file_size_buf, 65, "%" PRId64, total_bytes);

Completed in 19 milliseconds