Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h32 typedef __int64 pdo_int64_t; typedef
35 typedef long long int pdo_int64_t; typedef
38 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64);
H A Dpdo.c277 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64) /* {{{ */ in php_pdo_int64_to_str()
303 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()

Completed in 8 milliseconds