php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12391 wrong function name in example for imap_status
Submitted: 2001-07-26 05:14 UTC Modified: 2001-07-26 05:22 UTC
From: hh at mailserver dot dk Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hh at mailserver dot dk
New email:
PHP Version: OS:

 

 [2001-07-26 05:14 UTC] hh at mailserver dot dk
the line 

print "imap_status failed: ".imap_lasterror()."\n";

should be 

print "imap_status failed: ".imap_last_error()."\n";

on 

http://www.php.net/manual/en/function.imap-status.php

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-26 05:22 UTC] goba@php.net
Corrected. The new page will be online tomorow.
Thanks for the report.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 09:00:01 2026 UTC