summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt
blob: 6ffe510b0d0f33cc9b10737a7cb790cf38573699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
DOMDocumentFragment::appendXML() with no arguments.
--CREDITS--
Eric Lee Stewart <ericleestewart@gmail.com>
# TestFest Atlanta 2009-05-24
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$fragment = new DOMDocumentFragment();
$fragment->appendXML();
?>
--EXPECTF--
Warning: DOMDocumentFragment::appendXML() expects exactly 1 parameter, 0 given in %s on line %d