1--TEST--
2Dom\XMLDocument::createFromFile 02
3--EXTENSIONS--
4dom
5--FILE--
6<?php
7
8Dom\XMLDocument::createFromFile("\\0");
9
10?>
11--EXPECTF--
12Warning: Dom\XMLDocument::createFromFile(): I/O warning : failed to load external entity "%s" in %s on line %d
13
14Fatal error: Uncaught Exception: Cannot open file '\0' in %s:%d
15Stack trace:
16#0 %s(%d): Dom\XMLDocument::createFromFile('\\0')
17#1 {main}
18  thrown in %s on line %d
19