Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_long.h57 # define ZEND_LONG_FMT "%" PRId64
60 # define ZEND_LONG_FMT_SPEC PRId64
/PHP-7.4/ext/date/lib/
H A Dtimelib.h82 # ifndef PRId64
83 # define PRId64 "I64d" macro
114 # define TIMELIB_LONG_FMT "%" PRId64
H A Dparse_tz.c397 printf ("%016" PRIX64 " (%20" PRId64 ") = %3d [%5ld %1d %3d '%s' (%d,%d)]\n", in timelib_dump_tzinfo()
/PHP-7.4/win32/
H A Dphp_inttypes.h82 #define PRId64 "I64d" macro
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h176 #define MYSQLI_LL_SPEC "%" PRId64
/PHP-7.4/main/
H A Drfc1867.c1044 …sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1253 int __len = snprintf(file_size_buf, 65, "%" PRId64, total_bytes);

Completed in 22 milliseconds