Lines Matching refs:smart_str_appends
878 smart_str_appends(&str, "& "); in zend_get_function_declaration()
884 smart_str_appends(&str, ZSTR_VAL(fptr->common.scope->name)); in zend_get_function_declaration()
888 smart_str_appends(&str, "::"); in zend_get_function_declaration()
911 smart_str_appends(&str, "..."); in zend_get_function_declaration()
916 smart_str_appends(&str, ((zend_internal_arg_info*)arg_info)->name); in zend_get_function_declaration()
922 smart_str_appends(&str, " = "); in zend_get_function_declaration()
926 smart_str_appends(&str, ((zend_internal_arg_info*)arg_info)->default_value); in zend_get_function_declaration()
928 smart_str_appends(&str, "<default>"); in zend_get_function_declaration()
951 smart_str_appends(&str, "false"); in zend_get_function_declaration()
953 smart_str_appends(&str, "true"); in zend_get_function_declaration()
955 smart_str_appends(&str, "null"); in zend_get_function_declaration()
960 smart_str_appends(&str, "..."); in zend_get_function_declaration()
965 smart_str_appends(&str, "[]"); in zend_get_function_declaration()
967 smart_str_appends(&str, "[...]"); in zend_get_function_declaration()
975 smart_str_appends(&str, "::"); in zend_get_function_declaration()
978 smart_str_appends(&str, "<expression>"); in zend_get_function_declaration()
991 smart_str_appends(&str, ", "); in zend_get_function_declaration()
1000 smart_str_appends(&str, ": "); in zend_get_function_declaration()