]> granicus.if.org Git - php/commitdiff
fix test names
authorAntony Dovgal <tony2001@php.net>
Wed, 14 May 2008 13:04:05 +0000 (13:04 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 14 May 2008 13:04:05 +0000 (13:04 +0000)
Zend/tests/bug38469.phpt
Zend/tests/bug41372.phpt
Zend/tests/bug42859.phpt
Zend/tests/bug43128.phpt
ext/dom/tests/bug34276.phpt
ext/dom/tests/bug35342.phpt
ext/soap/tests/bugs/bug42214.phpt
ext/standard/tests/general_functions/bug44394.phpt
ext/xml/tests/bug43957.phpt

index 51fffb3008f30743e310584386252e2f4b29c5f2..db507df357226ab2a37c4cbf79274982785609f5 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #38469 Unexpected creation of cycle
+Bug #38469 (Unexpected creation of cycle)
 --FILE--
 <?php
 $a = array();
index 090efcd310155d2afb3c54be712c9e9c709ecc84..3446150f555de06fab78d15cc88ca074d7475aa4 100755 (executable)
@@ -1,5 +1,5 @@
 --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');
index 9998e1b602441bf6c86fb11bf7aa6721f3144e7a..931e7fe0f7121a37a4407739328979c4fcdfd874 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #42859 import always conflicts with internal classes
+Bug #42859 (import always conflicts with internal classes)
 --FILE--
 <?php
 namespace Foo;
index 4ee676a0a49c1e813eb7f03b65d6081fa4686127..2832acaeb80a235bea43f332a9da0249bfbb9e64 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #43128 Very long class name causes segfault 
+Bug #43128 (Very long class name causes segfault)
 --FILE--
 <?php
 
index fd265e58e407254d2ab47ba06c4e06c55cca7fe5..6959d90a92e2d512285c8f9fc78cc0a42dd8dfb1 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #34276 setAttributeNS and default namespace
+Bug #34276 (setAttributeNS and default namespace)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 3248c7339835e4d225428cd8952e699c30ba2ebd..f93c062330e83abf40f7f898342db9f4531a1427 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #35342 isset(DOMNodeList->length) returns false
+Bug #35342 (isset(DOMNodeList->length) returns false)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 2f85686842fb8448531dcf295b3ba333bf2c3057..a31f16dcb404e3c6843fd6ba75affcf65efa2862 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #42214 SoapServer sends clients internal PHP errors
+Bug #42214 (SoapServer sends clients internal PHP errors)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 3a619283c03f5e34e5695275d7fc37e1876edb2b..26351a28a1aadf57aeab44ea38098a16d748cecc 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #44394     Last two bytes missing from output
+Bug #44394 (Last two bytes missing from output)
 --FILE--
 <?php
 
index 34ddcd951d61c2ebdcc940df7f7a83ab798ac300..f11d15627be823f425dfcf1071af0def89b2288c 100644 (file)
@@ -1,5 +1,5 @@
 --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");