Searched refs:imap_close (Results 1 – 25 of 61) sorted by relevance
123
2 Test imap_close() function : basic functionality11 echo "*** Testing imap_close() : basic functionality ***\n";25 // Calling imap_close() with all possible arguments26 echo "\n-- Call to imap_close() with all possible arguments --\n";27 var_dump( imap_close($stream_id, $options) );33 // Calling imap_close() with mandatory arguments34 echo "\n-- Call to imap_close() with mandatory arguments --\n";35 var_dump( imap_close($stream_id) );43 *** Testing imap_close() : basic functionality ***47 -- Call to imap_close() with all possible arguments --[all …]
2 Test imap_close() function : usage variations - different ints as $flags arg12 * Pass different integers as $flags arg to imap_close() to test which are16 echo "*** Testing imap_close() : usage variations ***\n";34 var_dump( $check = imap_close($stream_id, $input) );40 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE42 imap_close($stream_id, CL_EXPUNGE);53 imap_close($imap_stream, CL_EXPUNGE);69 *** Testing imap_close() : usage variations ***82 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 085 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0[all …]
23 echo "\n-- Call to imap_close() --\n";24 var_dump( imap_close($stream_id) );31 var_dump( imap_close($stream_id) );42 -- Call to imap_close() --
27 echo "\n-- Call to imap_close() --\n";28 var_dump( imap_close($stream_id) );35 var_dump( imap_close($stream_id) );47 -- Call to imap_close() --
2 Bug GH-9309 (Segfault when connection is used after imap_close())13 imap_close($stream_id);
16 imap_close($mail_box);
21 imap_close($stream_id);
27 imap_close($stream_id);
18 imap_close($imap_mail_box);
19 imap_close($imap_mail_box);
23 var_dump(imap_close($stream_id));
22 imap_close($imap_mail_box);
29 imap_close($stream_id);
25 imap_close($imap_mail_box);
29 imap_close($imap_mail_box);
25 imap_close($imap_stream);
11 imap_close($mbox);
32 imap_close($imap_stream, CL_EXPUNGE);
Completed in 20 milliseconds