Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_exceptions.h29 extern ZEND_API zend_class_entry *zend_ce_error_exception;
H A Dzend_exceptions.c35 ZEND_API zend_class_entry *zend_ce_error_exception; variable
761 zend_ce_error_exception = register_class_ErrorException(zend_ce_exception); in zend_register_default_exception()
762 zend_ce_error_exception->create_object = zend_error_exception_new; in zend_register_default_exception()
767 …zend_declare_typed_property(zend_ce_error_exception, ZSTR_KNOWN(ZEND_STR_SEVERITY), &severity_defa… in zend_register_default_exception()
812 return zend_ce_error_exception; in zend_get_error_exception()
873 if (exception_ce && instanceof_function(exception_ce, zend_ce_error_exception)) { in zend_throw_error_exception()
876 zend_update_property_ex(zend_ce_error_exception, obj, ZSTR_KNOWN(ZEND_STR_SEVERITY), &tmp); in zend_throw_error_exception()

Completed in 19 milliseconds