Lines Matching refs:smart_str_appends
495 smart_str_appends(str, "[unknown]"); \
497 smart_str_appends(str, Z_STRVAL_P(tmp)); \
513 smart_str_appends(str, "NULL, "); in _build_trace_args()
519 smart_str_appends(str, "...', "); in _build_trace_args()
521 smart_str_appends(str, "', "); in _build_trace_args()
525 smart_str_appends(str, "false, "); in _build_trace_args()
528 smart_str_appends(str, "true, "); in _build_trace_args()
531 smart_str_appends(str, "Resource id #"); in _build_trace_args()
533 smart_str_appends(str, ", "); in _build_trace_args()
537 smart_str_appends(str, ", "); in _build_trace_args()
541 smart_str_appends(str, ", "); in _build_trace_args()
545 smart_str_appends(str, "Array, "); in _build_trace_args()
549 smart_str_appends(str, "Object("); in _build_trace_args()
550 smart_str_appends(str, ZSTR_VAL(class_name)); in _build_trace_args()
551 smart_str_appends(str, "), "); in _build_trace_args()
571 smart_str_appends(str, "[unknown function]"); in _build_trace_string()
588 smart_str_appends(str, "): "); in _build_trace_string()
591 smart_str_appends(str, "[internal function]: "); in _build_trace_string()
614 smart_str_appends(str, ")\n"); in _build_trace_string()
649 smart_str_appends(&str, " {main}"); in ZEND_METHOD()