This commit is contained in:
Antony Dovgal 2007-07-16 13:29:47 +00:00
parent 2399b208db
commit b355edcc3a
4 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,9 @@
--TEST--
xmlwriter_start/end_attribute()
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
?>
--FILE--
<?php

View File

@ -1,5 +1,9 @@
--TEST--
Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity)
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
?>
--FILE--
<?php

View File

@ -1,5 +1,9 @@
--TEST--
Bug #41287 (Namespace functions don't allow xmlns defintion to be optional)
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
?>
--FILE--
<?php

View File

@ -1,5 +1,9 @@
--TEST--
Bug #41287 (Writing empty tags with Xmlwriter::WriteElement[ns])
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
?>
--FILE--
<?php
$xml = new XmlWriter();