1--TEST-- 2Dom\XMLDocument::createFromFile 01 3--EXTENSIONS-- 4dom 5--FILE-- 6<?php 7 8Dom\XMLDocument::createFromString(""); 9 10?> 11--EXPECTF-- 12Fatal error: Uncaught ValueError: Dom\XMLDocument::createFromString(): Argument #1 ($source) must not be empty in %s:%d 13Stack trace: 14#0 %s(%d): Dom\XMLDocument::createFromString('') 15#1 {main} 16 thrown in %s on line %d 17