Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dphp_pdo_driver.h583 zval database_object_handle; member
H A Dpdo_stmt.c2309 zend_objects_store_add_ref(&old_stmt->database_object_handle TSRMLS_CC); in dbstmt_clone_obj()
2310 stmt->database_object_handle = old_stmt->database_object_handle; in dbstmt_clone_obj()
2390 zend_objects_store_del_ref(&stmt->database_object_handle TSRMLS_CC); in free_statement()
H A Dpdo_dbh.c582 stmt->database_object_handle = *getThis(); in PHP_METHOD()
1121 stmt->database_object_handle = *getThis(); in PHP_METHOD()

Completed in 19 milliseconds