Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo/
H A Dpdo.c274 while ((pdo_uint64_t)i64 > (pdo_uint64_t)ZEND_LONG_MAX) { in php_pdo_int64_to_str()
275 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str()
H A Dphp_pdo_driver.h31 typedef unsigned __int64 pdo_uint64_t; typedef
34 typedef unsigned long long int pdo_uint64_t; typedef

Completed in 11 milliseconds