Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo/
H A Dpdo.c315 while ((pdo_uint64_t)i64 > (pdo_uint64_t)ZEND_LONG_MAX) { in php_pdo_int64_to_str()
316 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str()
H A Dphp_pdo_driver.h35 typedef unsigned __int64 pdo_uint64_t; typedef
38 typedef unsigned long long int pdo_uint64_t; typedef

Completed in 8 milliseconds