-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/dom/tests/ |
|
|
| Current File : //usr/src/php/ext/dom/tests/DOMDocument_loadHTML_error1.phpt |
--TEST--
DOMDocument::loadHTML() should fail if no parameter is given
--CREDITS--
Knut Urdalen <knut@php.net>
--SKIPIF--
<?php
require_once('skipif.inc');
?>
--FILE--
<?php
$doc = new DOMDocument();
$doc->loadHTML();
?>
--EXPECTF--
Warning: DOMDocument::loadHTML() expects exactly 1 parameter, 0 given in %s on line %d
Copyright © 2017 || Recoded By Mr.Bumblebee