ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /opt/alt/php71/usr/share/pear/test/Mail_Mime/tests/ |
| Current File : //opt/alt/php71/usr/share/pear/test/Mail_Mime/tests/test_Bug_13962.phpt |
--TEST--
Bug #13962 Multiple header support
--SKIPIF--
--FILE--
<?php
require_once('Mail/mime.php');
$mime = new Mail_mime();
$mime->setFrom('user@from.example.com');
$r = $mime->txtHeaders(array('Received' => array('Received 1', 'Received 2')));
print_r($r);
?>
--EXPECT--
Received: Received 1
Received: Received 2
MIME-Version: 1.0
From: user@from.example.com