Lines Matching refs:smart_str_appends
485 smart_str_appends(str, "[unknown]"); \
487 smart_str_appends(str, Z_STRVAL_P(tmp)); \
504 smart_str_appends(str, ", "); in _build_trace_args()
508 smart_str_appends(str, "Resource id #"); in _build_trace_args()
510 smart_str_appends(str, ", "); in _build_trace_args()
513 smart_str_appends(str, "Array, "); in _build_trace_args()
517 smart_str_appends(str, "Object("); in _build_trace_args()
518 smart_str_appends(str, ZSTR_VAL(class_name)); in _build_trace_args()
519 smart_str_appends(str, "), "); in _build_trace_args()
540 smart_str_appends(str, "[unknown file]: "); in _build_trace_string()
554 smart_str_appends(str, "): "); in _build_trace_string()
557 smart_str_appends(str, "[internal function]: "); in _build_trace_string()
573 smart_str_appends(str, ": "); in _build_trace_string()
585 smart_str_appends(str, ")\n"); in _build_trace_string()
607 smart_str_appends(&str, " {main}"); in zend_trace_to_string()