Home
last modified time | relevance | path

Searched refs:imap_append (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/imap/tests/
H A Dbug75774.phpt2 Bug #75774 imap_append HeapCorruction
13 imap_append($var1, "", "", "", "");
21 Warning: imap_append(): internal date not correctly formatted in %s on line %d
23 Warning: imap_append(): supplied resource is not a valid imap resource in %s on line %d
H A Dimap_append_basic.phpt2 Test imap_append() function : basic functionality
9 /* Prototype : bool imap_append ( resource $imap_stream , string $mailbox , string $message [,…
14 echo "*** Testing imap_append() : basic functionality ***\n";
26 var_dump(imap_append($imap_stream, $mb_details->Mailbox
34 var_dump(imap_append($imap_stream, $mb_details->Mailbox
56 *** Testing imap_append() : basic functionality ***
H A Dimap_fetch_overview_variation6.phpt80 if (imap_append($imap_stream, $mailbox, $msg) === false) {
H A Dimap_include.inc176 imap_append($imap_stream, $mailbox, $msg);
/PHP-7.2/ext/imap/
H A Dphp_imap.h151 PHP_FUNCTION(imap_append);
H A Dphp_imap.c503 PHP_FE(imap_append, arginfo_imap_append)
1329 PHP_FUNCTION(imap_append) in PHP_FUNCTION() argument
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_include.inc130 imap_append($imap_stream, $mailbox, $msg);
/PHP-7.2/
H A DNEWS1225 . Fixed bug #75774 (imap_append HeapCorruction). (Anatol)

Completed in 30 milliseconds