Searched refs:pdo_dbh_object_handlers (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/pdo/
H A Dpdo_dbh.c1401 static zend_object_handlers pdo_dbh_object_handlers; variable
1411 memcpy(&pdo_dbh_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
1412 pdo_dbh_object_handlers.get_method = dbh_method_get;
1413 pdo_dbh_object_handlers.compare_objects = dbh_compare;
1595 retval.handlers = &pdo_dbh_object_handlers;

Completed in 4 milliseconds