-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/dom/tests/ |
|
|
| Current File : //usr/src/php/ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt |
--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
Copyright © 2017 || Recoded By Mr.Bumblebee