Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo/
H A Dphp_pdo_driver.h514 static inline pdo_dbh_t *php_pdo_dbh_fetch_inner(zend_object *obj) { in php_pdo_dbh_fetch_inner() function
522 #define Z_PDO_DBH_P(zv) php_pdo_dbh_fetch_inner(Z_OBJ_P((zv)))
H A Dpdo_dbh.c356 dbh = php_pdo_dbh_fetch_inner(object); in internal_construct()
1402 pdo_dbh_t *dbh = php_pdo_dbh_fetch_inner(object); in dbh_get_gc()
1483 pdo_dbh_t *dbh = php_pdo_dbh_fetch_inner(std); in pdo_dbh_free_storage()

Completed in 11 milliseconds