Home
last modified time | relevance | path

Searched refs:imap_close (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/dports/lang/php73/php-7.3.33/ext/imap/tests/
H A Dimap_close_variation1.phpt2 Test imap_close() function : usage variations - different data types as $stream_id arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $stream_id argument to test behaviour of imap_close()
18 echo "*** Testing imap_close() : usage variations ***\n";
83 // loop through each element of $inputs to check the behavior of imap_close()
87 var_dump( imap_close($input) );
93 *** Testing imap_close() : usage variations ***
97 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
102 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
107 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
[all …]
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
18 echo "*** Testing imap_close() : error conditions ***\n";
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
23 var_dump( imap_close() );
25 //Test imap_close with one more than the expected number of arguments
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
34 *** Testing imap_close() : error conditions ***
36 -- Testing imap_close() function with Zero arguments --
[all …]
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
19 echo "*** Testing imap_close() : usage variations ***\n";
27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
51 imap_close($imap_stream, CL_EXPUNGE);
[all …]
H A Dimap_close_variation2.phpt2 Test imap_close() function : usage variations - different data types as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $options argument to test behaviour of imap_close()
18 echo "*** Testing imap_close() : usage variations ***\n";
78 // loop through each element of $inputs to check the behavior of imap_close()
87 var_dump( $check = imap_close($stream_id, $input) );
89 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
91 imap_close($stream_id, CL_EXPUNGE);
101 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
102 imap_close($imap_stream, CL_EXPUNGE);
[all …]
/dports/mail/php73-imap/php-7.3.33/ext/imap/tests/
H A Dimap_close_variation1.phpt2 Test imap_close() function : usage variations - different data types as $stream_id arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $stream_id argument to test behaviour of imap_close()
18 echo "*** Testing imap_close() : usage variations ***\n";
83 // loop through each element of $inputs to check the behavior of imap_close()
87 var_dump( imap_close($input) );
93 *** Testing imap_close() : usage variations ***
97 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
102 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
107 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
[all …]
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
18 echo "*** Testing imap_close() : error conditions ***\n";
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
23 var_dump( imap_close() );
25 //Test imap_close with one more than the expected number of arguments
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
34 *** Testing imap_close() : error conditions ***
36 -- Testing imap_close() function with Zero arguments --
[all …]
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
19 echo "*** Testing imap_close() : usage variations ***\n";
27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
51 imap_close($imap_stream, CL_EXPUNGE);
[all …]
H A Dimap_close_variation2.phpt2 Test imap_close() function : usage variations - different data types as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $options argument to test behaviour of imap_close()
18 echo "*** Testing imap_close() : usage variations ***\n";
78 // loop through each element of $inputs to check the behavior of imap_close()
87 var_dump( $check = imap_close($stream_id, $input) );
89 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
91 imap_close($stream_id, CL_EXPUNGE);
101 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
102 imap_close($imap_stream, CL_EXPUNGE);
[all …]
/dports/www/mod_php73/php-7.3.33/ext/imap/tests/
H A Dimap_close_variation1.phpt2 Test imap_close() function : usage variations - different data types as $stream_id arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $stream_id argument to test behaviour of imap_close()
18 echo "*** Testing imap_close() : usage variations ***\n";
83 // loop through each element of $inputs to check the behavior of imap_close()
87 var_dump( imap_close($input) );
93 *** Testing imap_close() : usage variations ***
97 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
102 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
107 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
[all …]
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
18 echo "*** Testing imap_close() : error conditions ***\n";
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
23 var_dump( imap_close() );
25 //Test imap_close with one more than the expected number of arguments
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
34 *** Testing imap_close() : error conditions ***
36 -- Testing imap_close() function with Zero arguments --
[all …]
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
19 echo "*** Testing imap_close() : usage variations ***\n";
27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
51 imap_close($imap_stream, CL_EXPUNGE);
[all …]
H A Dimap_close_variation2.phpt2 Test imap_close() function : usage variations - different data types as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $options argument to test behaviour of imap_close()
18 echo "*** Testing imap_close() : usage variations ***\n";
78 // loop through each element of $inputs to check the behavior of imap_close()
87 var_dump( $check = imap_close($stream_id, $input) );
89 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
91 imap_close($stream_id, CL_EXPUNGE);
101 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
102 imap_close($imap_stream, CL_EXPUNGE);
[all …]
/dports/mail/php74-imap/php-7.4.27/ext/imap/tests/
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
18 echo "*** Testing imap_close() : error conditions ***\n";
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
23 var_dump( imap_close() );
25 //Test imap_close with one more than the expected number of arguments
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
34 *** Testing imap_close() : error conditions ***
36 -- Testing imap_close() function with Zero arguments --
[all …]
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
19 echo "*** Testing imap_close() : usage variations ***\n";
27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
51 imap_close($imap_stream, CL_EXPUNGE);
[all …]
H A Dimap_close_basic.phpt2 Test imap_close() function : basic functionality
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
14 echo "*** Testing imap_close() : basic functionality ***\n";
28 // Calling imap_close() with all possible arguments
30 var_dump( imap_close($stream_id, $options) );
36 // Calling imap_close() with mandatory arguments
37 echo "\n-- Call to imap_close() with mandatory arguments --\n";
38 var_dump( imap_close($stream_id) );
46 *** Testing imap_close() : basic functionality ***
50 -- Call to imap_close() with all possible arguments --
[all …]
/dports/lang/php74/php-7.4.27/ext/imap/tests/
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
18 echo "*** Testing imap_close() : error conditions ***\n";
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
23 var_dump( imap_close() );
25 //Test imap_close with one more than the expected number of arguments
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
34 *** Testing imap_close() : error conditions ***
36 -- Testing imap_close() function with Zero arguments --
[all …]
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
19 echo "*** Testing imap_close() : usage variations ***\n";
27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
51 imap_close($imap_stream, CL_EXPUNGE);
[all …]
/dports/www/mod_php74/php-7.4.27/ext/imap/tests/
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
18 echo "*** Testing imap_close() : error conditions ***\n";
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
23 var_dump( imap_close() );
25 //Test imap_close with one more than the expected number of arguments
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
34 *** Testing imap_close() : error conditions ***
36 -- Testing imap_close() function with Zero arguments --
[all …]
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
19 echo "*** Testing imap_close() : usage variations ***\n";
27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
51 imap_close($imap_stream, CL_EXPUNGE);
[all …]
/dports/mail/php80-imap/php-8.0.15/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
10 * Pass different integers as $flags arg to imap_close() to test which are
14 echo "*** Testing imap_close() : usage variations ***\n";
32 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
51 imap_close($imap_stream, CL_EXPUNGE);
67 *** Testing imap_close() : usage variations ***
80 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
83 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]
/dports/lang/php80/php-8.0.15/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
10 * Pass different integers as $flags arg to imap_close() to test which are
14 echo "*** Testing imap_close() : usage variations ***\n";
32 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
51 imap_close($imap_stream, CL_EXPUNGE);
67 *** Testing imap_close() : usage variations ***
80 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
83 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]
/dports/www/mod_php80/php-8.0.15/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
10 * Pass different integers as $flags arg to imap_close() to test which are
14 echo "*** Testing imap_close() : usage variations ***\n";
32 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
40 imap_close($stream_id, CL_EXPUNGE);
51 imap_close($imap_stream, CL_EXPUNGE);
67 *** Testing imap_close() : usage variations ***
80 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
83 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]
/dports/mail/php81-imap/php-8.1.1/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
12 * Pass different integers as $flags arg to imap_close() to test which are
16 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_EXPUNGE
42 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 0
85 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]
/dports/www/mod_php81/php-8.1.1/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
12 * Pass different integers as $flags arg to imap_close() to test which are
16 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_EXPUNGE
42 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 0
85 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]
/dports/lang/php81/php-8.1.1/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
12 * Pass different integers as $flags arg to imap_close() to test which are
16 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_EXPUNGE
42 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 0
85 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]

12345678910>>...28