database_object_handle  582 ext/pdo/pdo_dbh.c 	stmt->database_object_handle = *getThis();
database_object_handle 1121 ext/pdo/pdo_dbh.c 	stmt->database_object_handle = *getThis();
database_object_handle 2314 ext/pdo/pdo_stmt.c 	zend_objects_store_add_ref(&old_stmt->database_object_handle TSRMLS_CC);
database_object_handle 2315 ext/pdo/pdo_stmt.c 	stmt->database_object_handle = old_stmt->database_object_handle;
database_object_handle 2394 ext/pdo/pdo_stmt.c 	zend_objects_store_del_ref(&stmt->database_object_handle TSRMLS_CC);
database_object_handle  583 ext/pdo/php_pdo_driver.h 	zval database_object_handle;