summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_rfc822_write_address_basic.phpt
blob: 92e988c9c9eb17a6c039c8e65e0fd0f3fce8777d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
imap_rfc822_write_address() : basic functionality
--SKIPIF--
<?php
if (!extension_loaded('imap')) die('skip imap extension not available');
?>
--FILE--
<?php
var_dump(imap_rfc822_write_address('me', 'example.com', 'My Name'));
?>
--EXPECT--
string(24) "My Name <me@example.com>"