Home
last modified time | relevance | path

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

/PHP-5.5/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 TSRMLS_DC);
H A Dpdo.c317 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC) in php_pdo_int64_to_str()
343 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()

Completed in 10 milliseconds