Home
last modified time | relevance | path

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

/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c1404 static zend_object_handlers pdo_dbh_object_handlers; variable
1414 memcpy(&pdo_dbh_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_dbh_init()
1415 pdo_dbh_object_handlers.get_method = dbh_method_get; in pdo_dbh_init()
1416 pdo_dbh_object_handlers.compare_objects = dbh_compare; in pdo_dbh_init()
1599 retval.handlers = &pdo_dbh_object_handlers; in pdo_dbh_new()

Completed in 8 milliseconds