Searched refs:zend_default_exception_new (Results 1 – 1 of 1) sorted by relevance
233 static zend_object *zend_default_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_default_exception_new() function880 zend_ce_exception->create_object = zend_default_exception_new; in zend_register_default_exception()898 zend_ce_error->create_object = zend_default_exception_new; in zend_register_default_exception()911 zend_ce_parse_error->create_object = zend_default_exception_new; in zend_register_default_exception()915 zend_ce_type_error->create_object = zend_default_exception_new; in zend_register_default_exception()919 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()923 zend_ce_division_by_zero_error->create_object = zend_default_exception_new; in zend_register_default_exception()
Completed in 6 milliseconds