]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Wed, 23 Jan 2008 09:54:38 +0000 (09:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 23 Jan 2008 09:54:38 +0000 (09:54 +0000)
ext/simplexml/tests/bug37076_1.phpt

index 3d288a17dceeaed879f103e26ea0403c4390f6e1..2b305b918cc4e8e449958df1975a865b006e264d 100644 (file)
@@ -8,6 +8,9 @@ print $xml->asXML();
 ?>
 ===DONE===
 --EXPECT--
+Warning: main(): Cannot write or create unnamed element in %s on line %d
+
+Warning: main(): Cannot write or create unnamed element in %s on line %d
 <?xml version="1.0"?>
 <root><foo/></root>
 ===DONE===