whoami7 - Manager
:
/
proc
/
self
/
root
/
opt
/
alt
/
php51
/
usr
/
share
/
pear
/
test
/
File_MARC
/
tests
/
Upload File:
files >> //proc/self/root/opt/alt/php51/usr/share/pear/test/File_MARC/tests/marc_record_001.phpt
--TEST-- marc_record_001: create a MARC record from scratch --FILE-- <?php $dir = dirname(__FILE__); require 'File/MARC.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
Copyright ©2021 || Defacer Indonesia