Home
last modified time | relevance | path

Searched refs:database_object_handle (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h573 zval database_object_handle; member
H A Dpdo_stmt.c2326 zend_objects_store_add_ref(&old_stmt->database_object_handle TSRMLS_CC); in dbstmt_clone_obj()
2327 stmt->database_object_handle = old_stmt->database_object_handle; in dbstmt_clone_obj()
2406 zend_objects_store_del_ref(&stmt->database_object_handle TSRMLS_CC); in free_statement()
H A Dpdo_dbh.c588 stmt->database_object_handle = *getThis(); in PHP_METHOD()
1124 stmt->database_object_handle = *getThis(); in PHP_METHOD()

Completed in 22 milliseconds