Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
--TEST--
marc_lint_003: Tests for field 880 and for subfield 6
--SKIPIF--
--FILE--
setLeader("00000nam 22002538a 4500");
$rec->appendField(
new File_MARC_Control_Field(
'001', 'ttt07000001 '
)
);
$rec->appendField(
new File_MARC_Control_Field(
'003', 'TEST '
)
);
$rec->appendField(
new File_MARC_Control_Field(
'008', '070520s2007 ilu 000 0 eng d'
)
);
$rec->appendField(
new File_MARC_Data_Field(
'040',
array(
new File_MARC_Subfield('a', 'TEST'),
new File_MARC_Subfield('c', 'TEST')
),
"", ""
)
);
$rec->appendField(
new File_MARC_Data_Field(
'050',
array(
new File_MARC_Subfield('a', 'RZ999'),
new File_MARC_Subfield('b', '.J66 2007')
),
"", "4"
)
);
$rec->appendField(
new File_MARC_Data_Field(
'082',
array(
new File_MARC_Subfield('a', '615.8/9'),
new File_MARC_Subfield('2', '22')
),
"0", "4"
)
);
$rec->appendField(
new File_MARC_Data_Field(
'100',
array(
new File_MARC_Subfield('a', 'Jones, John')
),
"1", ""
)
);
$rec->appendField(
new File_MARC_Data_Field(
'245',
array(
new File_MARC_Subfield('6', '880-02'),
new File_MARC_Subfield('a', 'Test 880.')
),
"1", "0"
)
);
$rec->appendField(
new File_MARC_Data_Field(
'260',
array(
new File_MARC_Subfield('a', 'Mount Morris, Ill. :'),
new File_MARC_Subfield('b', "B. Baldus,"),
new File_MARC_Subfield('c', '2007.')
),
"", ""
)
);
$rec->appendField(
new File_MARC_Data_Field(
'300',
array(
new File_MARC_Subfield('a', '1 v. ;'),
new File_MARC_Subfield('c', '23 cm.')
),
"", ""
)
);
$rec->appendField(
new File_MARC_Data_Field(
'880',
array(
new File_MARC_Subfield('6', '245-02/$1'),
new File_MARC_Subfield('a', '.')
),
"1", "0"
)
);
$rec->appendField(
new File_MARC_Data_Field(
'880',
array(
new File_MARC_Subfield('6', '245-02/$1'),
new File_MARC_Subfield('a', 'Illegal duplicate field.')
),
"1", "0"
)
);
$warnings = $marc_lint->checkRecord($rec);
foreach ($warnings as $warning) {
print $warning . "\n";
}
?>
--EXPECT--
245: Field is not repeatable.