PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /proc/self/root/opt/alt/php82/usr/share/pear/test/File_MARC/tests/ |
| Server: Linux premium47.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 IP: 68.65.123.244 |
| Dir : //proc/self/root/opt/alt/php82/usr/share/pear/test/File_MARC/tests/marc_record_001.phpt |
--TEST--
marc_record_001: create a MARC record from scratch
--SKIPIF--
<?php include('tests/skipif.inc'); ?>
--FILE--
<?php
$dir = dirname(__FILE__);
require __DIR__ . '/bootstrap.php';
$marc = new File_MARC_Record();
$marc->appendField(new File_MARC_Data_Field('245', array(
new File_MARC_Subfield('a', 'Main title: '),
new File_MARC_Subfield('b', 'subtitle'),
new File_MARC_Subfield('c', 'author')
), null, null
));
print $marc;
?>
--EXPECT--
LDR
245 _aMain title:
_bsubtitle
_cauthor