Searched refs:default_exception_handlers (Results 1 – 1 of 1) sorted by relevance
44 static zend_object_handlers default_exception_handlers; variable207 Z_OBJ_HT(obj) = &default_exception_handlers; in zend_default_exception_new_ex()875 memcpy(&default_exception_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_default_exception()876 default_exception_handlers.clone_obj = NULL; in zend_register_default_exception()
Completed in 6 milliseconds