Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_driver.h523 static inline pdo_dbh_object_t *php_pdo_dbh_fetch_object(zend_object *obj) { in php_pdo_dbh_fetch_object() function
528 #define Z_PDO_OBJECT_P(zv) php_pdo_dbh_fetch_object(Z_OBJ_P((zv)))
H A Dpdo_dbh.c416 php_pdo_dbh_fetch_object(object)->inner = pdbh; in internal_construct()
1376 pdo_dbh_object_t *dbh_obj = php_pdo_dbh_fetch_object(*object); in dbh_method_get()

Completed in 15 milliseconds