Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dphp_pdo_driver.h34 typedef __int64 pdo_int64_t; typedef
37 typedef long long int pdo_int64_t; typedef
40 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64);
H A Dpdo.c293 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64) /* {{{ */ in php_pdo_int64_to_str()
319 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()

Completed in 16 milliseconds