php-src/ext/dom/tests/domdocument_createcomment_error_001.phpt

11 lines
254 B
Plaintext
Raw Normal View History

2009-08-26 17:17:58 +00:00
--TEST--
DomDocument::CreateComment() - Incorrect Parameters
--CREDITS--
Clint Priest @ PhpTek09
--FILE--
<?php
$x = new DomDocument();
$x->createComment();
?>
--EXPECTF--
Warning: DOMDocument::createComment() expects exactly 1 parameter, 0 given in %s