Lines Matching refs:zend_throw_or_error
234 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error() function
1695 zend_throw_or_error(fetch_type, NULL, "Interface \"%s\" not found", ZSTR_VAL(class_name)); in report_class_fetch_error()
1697 zend_throw_or_error(fetch_type, NULL, "Trait \"%s\" not found", ZSTR_VAL(class_name)); in report_class_fetch_error()
1699 zend_throw_or_error(fetch_type, NULL, "Class \"%s\" not found", ZSTR_VAL(class_name)); in report_class_fetch_error()
1713 zend_throw_or_error(fetch_type, NULL, "Cannot access \"self\" when no class scope is active"); in zend_fetch_class()
1719 zend_throw_or_error(fetch_type, NULL, "Cannot access \"parent\" when no class scope is active"); in zend_fetch_class()
1723 …zend_throw_or_error(fetch_type, NULL, "Cannot access \"parent\" when current class scope has no pa… in zend_fetch_class()
1729 zend_throw_or_error(fetch_type, NULL, "Cannot access \"static\" when no class scope is active"); in zend_fetch_class()
1758 zend_throw_or_error(fetch_type, NULL, "Cannot access \"self\" when no class scope is active"); in zend_fetch_class_with_scope()
1763 zend_throw_or_error(fetch_type, NULL, "Cannot access \"parent\" when no class scope is active"); in zend_fetch_class_with_scope()
1767 …zend_throw_or_error(fetch_type, NULL, "Cannot access \"parent\" when current class scope has no pa… in zend_fetch_class_with_scope()