Lines Matching refs:smart_str_appends
478 smart_str_appends(str, "[unknown]"); \
480 smart_str_appends(str, Z_STRVAL_P(tmp)); \
496 smart_str_appends(str, "NULL, "); in _build_trace_args()
502 smart_str_appends(str, "...', "); in _build_trace_args()
504 smart_str_appends(str, "', "); in _build_trace_args()
508 smart_str_appends(str, "false, "); in _build_trace_args()
511 smart_str_appends(str, "true, "); in _build_trace_args()
514 smart_str_appends(str, "Resource id #"); in _build_trace_args()
516 smart_str_appends(str, ", "); in _build_trace_args()
520 smart_str_appends(str, ", "); in _build_trace_args()
527 smart_str_appends(str, ", "); in _build_trace_args()
532 smart_str_appends(str, "Array, "); in _build_trace_args()
536 smart_str_appends(str, "Object("); in _build_trace_args()
537 smart_str_appends(str, ZSTR_VAL(class_name)); in _build_trace_args()
538 smart_str_appends(str, "), "); in _build_trace_args()
558 smart_str_appends(str, "[unknown function]"); in _build_trace_string()
575 smart_str_appends(str, "): "); in _build_trace_string()
578 smart_str_appends(str, "[internal function]: "); in _build_trace_string()
601 smart_str_appends(str, ")\n"); in _build_trace_string()
636 smart_str_appends(&str, " {main}"); in ZEND_METHOD()