mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
MFH
This commit is contained in:
parent
2399b208db
commit
b355edcc3a
@ -1,5 +1,9 @@
|
||||
--TEST--
|
||||
xmlwriter_start/end_attribute()
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded("xmlwriter")) die("skip");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user