php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54858 Typing errors on many imap functions (french manual)
Submitted: 2011-05-19 09:45 UTC Modified: 2011-05-19 12:27 UTC
From: gwarnants at gmail dot com Assigned: pierrick (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gwarnants at gmail dot com
New email:
PHP Version: OS:

 

 [2011-05-19 09:45 UTC] gwarnants at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.imap-body#Liste de paramètres
---

I discovered a recurrent typing error found on many IMAP functions (French manual only) about $imap_stream parameter. "IMPA" is always written instead of "IMAP".

Concerned functions are :

imap_body
imap_bodystruct
imap_check
imap_clearflag_full
imap_close (I already posted a bug report previously)
imap_createmailbox
imap_delete
imap_deletemailbox
imap_expunge
imap_fetch_overview
imap_fetchbody
imap_fetchheader
imap_fetchmime
imap_fetchstructure
imap_gc
imap_get_quota
imap_get_quotaroot
imap_getacl
imap_getmailboxes
imap_getsubscribed
imap_headerinfo
imap_headers
imap_list
imap_listscan
imap_lsub
imap_mail_copy
imap_mail_move
imap_mailboxmsginfo
imap_msgno
imap_num_msg
imap_num_recent
imap_ping
imap_renamemailbox
imap_reopen
imap_savebody
imap_search
imap_set_quota
imap_setacl
imap_setflag_full
imap_sort
imap_status
imap_subscribe
imap_thread
imap_uid
imap_undelete
imap_unsubscribe

Regards,
Geoffray

Expected result:
----------------
Un flux IMAP retourné par la fonction imap_open().

Actual result:
--------------
Un flux IMPA retourné par la fonction imap_open().

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-19 12:27 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-05-19 12:27 UTC] pierrick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC