--TEST--
-Bug #38469 Unexpected creation of cycle
+Bug #38469 (Unexpected creation of cycle)
--FILE--
<?php
$a = array();
--TEST--
-Bug #41372 Internal pointer of source array resets during array copying
+Bug #41372 (Internal pointer of source array resets during array copying)
--FILE--
<?php
$Foo = array('val1', 'val2', 'val3');
--TEST--
-Bug #42859 import always conflicts with internal classes
+Bug #42859 (import always conflicts with internal classes)
--FILE--
<?php
namespace Foo;
--TEST--
-Bug #43128 Very long class name causes segfault
+Bug #43128 (Very long class name causes segfault)
--FILE--
<?php
--TEST--
-Bug #34276 setAttributeNS and default namespace
+Bug #34276 (setAttributeNS and default namespace)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
--TEST--
-Bug #35342 isset(DOMNodeList->length) returns false
+Bug #35342 (isset(DOMNodeList->length) returns false)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
--TEST--
-Bug #42214 SoapServer sends clients internal PHP errors
+Bug #42214 (SoapServer sends clients internal PHP errors)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
--TEST--
-Bug #44394 Last two bytes missing from output
+Bug #44394 (Last two bytes missing from output)
--FILE--
<?php
--TEST--
-Bug #43957 - utf8_decode() bogus conversion on multibyte indicator near end of string
+Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
--SKIPIF--
<?php
require_once("skipif.inc");