Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1386 static zend_object_handlers pdo_dbh_object_handlers; variable
1399 memcpy(&pdo_dbh_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_dbh_init()
1400 pdo_dbh_object_handlers.offset = XtOffsetOf(pdo_dbh_object_t, std); in pdo_dbh_init()
1401 pdo_dbh_object_handlers.dtor_obj = zend_objects_destroy_object; in pdo_dbh_init()
1402 pdo_dbh_object_handlers.free_obj = pdo_dbh_free_storage; in pdo_dbh_init()
1403 pdo_dbh_object_handlers.clone_obj = NULL; in pdo_dbh_init()
1404 pdo_dbh_object_handlers.get_method = dbh_method_get; in pdo_dbh_init()
1405 pdo_dbh_object_handlers.compare_objects = dbh_compare; in pdo_dbh_init()
1406 pdo_dbh_object_handlers.get_gc = dbh_get_gc; in pdo_dbh_init()
1570 dbh->std.handlers = &pdo_dbh_object_handlers; in pdo_dbh_new()

Completed in 10 milliseconds