Searched refs:default_exception_handlers (Results 1 – 1 of 1) sorted by relevance
55 static zend_object_handlers default_exception_handlers; variable753 ce->default_object_handlers = &default_exception_handlers; in zend_init_exception_class_entry()761 memcpy(&default_exception_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_default_exception()762 default_exception_handlers.clone_obj = NULL; in zend_register_default_exception()
Completed in 6 milliseconds