--TEST-- Test DOMDocument::loadHTMLFile when the file doesn't exist --DESCRIPTION-- Verifies that an error message is showed if the file doesn't exist --CREDITS-- Antonio Diaz Ruiz --INI-- assert.bail=true --SKIPIF-- --FILE-- loadHTMLFile(__DIR__ . "/ffff/test.html"); assert($result === false); ?> --EXPECTF-- %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s