Lines Matching refs:ZSTR_VAL

54 		ZSTR_VAL(class_type->name),  in zend_implement_throwable()
55 ZSTR_VAL(interface->name), in zend_implement_throwable()
56 ZSTR_VAL(zend_ce_exception->name), in zend_implement_throwable()
57 ZSTR_VAL(zend_ce_error->name)); in zend_implement_throwable()
141 DTRACE_EXCEPTION_THROWN(ZSTR_VAL(Z_OBJ_P(exception)->ce->name)); in zend_throw_exception_internal()
286 …ters for %s([string $message [, long $code [, Throwable $previous = NULL]]])", ZSTR_VAL(ce->name)); in ZEND_METHOD()
311 …zend_unset_property(i_get_exception_base(object), object, ZSTR_VAL(CG(known_strings)[id]), ZSTR_LE…
353 …ty, [ string $filename, [ long $lineno [, Throwable $previous = NULL]]]]]])", ZSTR_VAL(ce->name)); in ZEND_METHOD()
477 ZSTR_VAL(key)); \
537 smart_str_appends(str, ZSTR_VAL(class_name)); in _build_trace_args()
717 …rror || Z_OBJCE_P(exception) == zend_ce_argument_count_error) && strstr(ZSTR_VAL(message), ", call… in ZEND_METHOD()
718 zend_string *real_message = zend_strpprintf(0, "%s and defined", ZSTR_VAL(message)); in ZEND_METHOD()
726 ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(message), ZSTR_VAL(file), line, in ZEND_METHOD()
728 ZSTR_LEN(prev_str) ? "\n\nNext " : "", ZSTR_VAL(prev_str)); in ZEND_METHOD()
732 ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(file), line, in ZEND_METHOD()
734 ZSTR_LEN(prev_str) ? "\n\nNext " : "", ZSTR_VAL(prev_str)); in ZEND_METHOD()
1000 zend_error_helper(E_PARSE, ZSTR_VAL(file), line, "%s", ZSTR_VAL(message)); in zend_exception_error()
1012 zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
1029 zend_error_va(E_WARNING, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line, in zend_exception_error()
1031 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
1042 zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line, in zend_exception_error()
1043 "Uncaught %s\n thrown", ZSTR_VAL(str)); in zend_exception_error()
1048 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()