Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_exceptions.h38 extern ZEND_API zend_class_entry *zend_ce_unhandled_match_error;
H A Dzend_exceptions.c44 ZEND_API zend_class_entry *zend_ce_unhandled_match_error; variable
826 zend_ce_unhandled_match_error = zend_register_internal_class_ex(&ce, zend_ce_error); in zend_register_default_exception()
827 zend_ce_unhandled_match_error->create_object = zend_default_exception_new; in zend_register_default_exception()
H A Dzend_vm_def.h8928 …zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend…
H A Dzend_vm_execute.h10361 …zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend… in ZEND_MATCH_ERROR_SPEC_CONST_UNUSED_HANDLER()
13854 …zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend… in ZEND_MATCH_ERROR_SPEC_TMPVARCV_UNUSED_HANDLER()

Completed in 170 milliseconds