1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/dom/tests/DOMDocument_loadHTML_error1.phpt

16 lines
319 B
PHP

--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