Lines Matching refs:smart_str_appends
835 smart_str_appends(&str, "& "); in zend_get_function_declaration()
841 smart_str_appends(&str, ZSTR_VAL(fptr->common.scope->name)); in zend_get_function_declaration()
845 smart_str_appends(&str, "::"); in zend_get_function_declaration()
868 smart_str_appends(&str, "..."); in zend_get_function_declaration()
873 smart_str_appends(&str, ((zend_internal_arg_info*)arg_info)->name); in zend_get_function_declaration()
879 smart_str_appends(&str, " = "); in zend_get_function_declaration()
883 smart_str_appends(&str, ((zend_internal_arg_info*)arg_info)->default_value); in zend_get_function_declaration()
885 smart_str_appends(&str, "<default>"); in zend_get_function_declaration()
908 smart_str_appends(&str, "false"); in zend_get_function_declaration()
910 smart_str_appends(&str, "true"); in zend_get_function_declaration()
912 smart_str_appends(&str, "null"); in zend_get_function_declaration()
917 smart_str_appends(&str, "..."); in zend_get_function_declaration()
922 smart_str_appends(&str, "[]"); in zend_get_function_declaration()
924 smart_str_appends(&str, "[...]"); in zend_get_function_declaration()
932 smart_str_appends(&str, "::"); in zend_get_function_declaration()
935 smart_str_appends(&str, "<expression>"); in zend_get_function_declaration()
948 smart_str_appends(&str, ", "); in zend_get_function_declaration()
957 smart_str_appends(&str, ": "); in zend_get_function_declaration()