Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_exceptions.c271 static zend_object *zend_default_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_default_exception_new() function
780 zend_ce_exception->create_object = zend_default_exception_new; in zend_register_default_exception()
791 zend_ce_error->create_object = zend_default_exception_new; in zend_register_default_exception()
797 zend_ce_compile_error->create_object = zend_default_exception_new; in zend_register_default_exception()
801 zend_ce_parse_error->create_object = zend_default_exception_new; in zend_register_default_exception()
805 zend_ce_type_error->create_object = zend_default_exception_new; in zend_register_default_exception()
809 zend_ce_argument_count_error->create_object = zend_default_exception_new; in zend_register_default_exception()
813 zend_ce_value_error->create_object = zend_default_exception_new; in zend_register_default_exception()
817 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()
821 zend_ce_division_by_zero_error->create_object = zend_default_exception_new; in zend_register_default_exception()
[all …]

Completed in 8 milliseconds