]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Thu, 25 Oct 2007 13:01:09 +0000 (13:01 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 25 Oct 2007 13:01:09 +0000 (13:01 +0000)
ext/xmlwriter/tests/bug41326.phpt

index 3d8e8281082c0b4cad15cfc8c17c4be093a79b1f..9c154bfd39e9cd60e7b9f34ed59e64955ff7fe1c 100644 (file)
@@ -17,6 +17,7 @@ $xml->writeElement('foo3');
 $xml->startElement('bar');
 $xml->endElement('bar');
 $xml->endElement();
+$xml->endElement();
 print $xml->flush(true);
 
 print "\n";