/* This is a generated file, edit the .stub.php file instead. * Stub hash: f2e7d8f61aa5359716d9c2186c24ba68db5e96b4 */ static const zend_function_entry class_MongoDB_Driver_Monitoring_Subscriber_methods[] = { ZEND_FE_END }; static zend_class_entry *register_class_MongoDB_Driver_Monitoring_Subscriber(void) { zend_class_entry ce, *class_entry; INIT_NS_CLASS_ENTRY(ce, "MongoDB\\Driver\\Monitoring", "Subscriber", class_MongoDB_Driver_Monitoring_Subscriber_methods); class_entry = zend_register_internal_interface(&ce); return class_entry; }